Quantcast
Channel: Django Celery results set task id to something human readable? - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by glenfant for Django Celery results set task id to something human readable?

$
0
0

Try:

@app.task(name="periodic_test")def test(a, b):    return a+b

This may help to find the task status in the UI, but Celery always needs a unique id for each task execution.


Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>