You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebUI: Evidence and Worker download buttons (#1532)
* Add button next to evidence name to download
* Update icon add if statement
* Add button to view worker logs
* Update download worker logs
WebUI: Evidence and Worker download buttons (#1532)
* Add button next to evidence name to download
* Update icon add if statement
* Add button to view worker logs
* Update download worker logs
Temporary config change revert and version bump (#1498)
* Temporarily add back deprecated config var
* Bump version for point release fix to 20240614.1
Version updates and minor test fixes (#1496)
* Version updates and minor test fixes
* update poetry.lock
* Update dockerfile
* Test
* revert unit test change
Remove Celery task_acks_late (#1469)
This is to disable implicit retries by Celery because it causes duplicate tasks that the task manager does not deal with appropriately when a task has timed out because the task stub has already been removed, which means that new Jobs do not get created based on the output evidence from the retried task.