Private
Public Access
1
0

reverting one commit,

This commit is contained in:
Sander Roosendaal
2023-06-08 22:44:06 +02:00
parent 196d0843ab
commit bf5cee9676
3 changed files with 27 additions and 21 deletions

View File

@@ -365,6 +365,8 @@ def myqueue(queue, function, *args, **kwargs):
kwargs['jobkey'] = job_id
kwargs['timeout'] = 3600
dologging('queue.log',function.__name__)
job = queue.enqueue(function, *args, **kwargs)
return job # pragma: no cover