We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b38578 commit cd8bedcCopy full SHA for cd8bedc
pyres/worker.py
@@ -187,7 +187,7 @@ def working_on(self, job):
187
logging.debug('marking as working on')
188
data = {
189
'queue': job._queue,
190
- 'run_at': int(time.mktime(datetime.datetime.now().timetuple())),
+ 'run_at': str(int(time.mktime(datetime.datetime.now().timetuple()))),
191
'payload': job._payload
192
}
193
data = json.dumps(data)
0 commit comments