Private
Public Access
1
0

export improvements

This commit is contained in:
2026-03-16 14:11:25 +01:00
parent db826f27e9
commit 41b0262681
8 changed files with 189 additions and 68 deletions

View File

@@ -416,7 +416,6 @@ def myqueue(queue, function, *args, **kwargs):
job_id = str(uuid.uuid4())
kwargs['job_id'] = job_id
kwargs['jobkey'] = job_id
kwargs['timeout'] = 3600
dologging('queue.log',function.__name__)