remove unused arg from celery worker producer w/ burnettk

This commit is contained in:
jasquat 2024-03-06 15:48:24 -05:00
parent 707108fb8c
commit f1abed13d6
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ def queue_future_task_if_appropriate(process_instance: ProcessInstanceModel, eta
args_to_celery = {
"process_instance_id": process_instance.id,
"task_guid": task_guid,
# the producer_identifier is so we can know what is putting messages in the queue
"producer_identifier": "future_task",
}
# add buffer to countdown to avoid rounding issues and race conditions with spiff. the situation we want to avoid is where
# we think the timer said to run it at 6:34:11, and we initialize the SpiffWorkflow library,