Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Dec 17, 2024
1 parent 028313f commit 5292d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cvat/apps/events/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def _create_csv(query_params, output_filename, cache_ttl):
writer.writerows(result.result_rows)

archive_ctime = os.path.getctime(output_filename)
# TODO:
scheduler = django_rq.get_scheduler(settings.CVAT_QUEUES.EXPORT_DATA.value)
cleaning_job = scheduler.enqueue_in(time_delta=cache_ttl,
func=_clear_export_cache,
Expand Down

0 comments on commit 5292d29

Please sign in to comment.