© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Việt Phùng Quốc
I mean can I create async tasks from Node.js to Celery (github.com/mher/node-celery), and Python worker will pick up the job in Celery to process?
Ghazouane
code ♥ surf
Yes, of course ! it's working well.
Do not forgot to parse JSON in the python worker to read args and data.
Cheers !
Many thanks!
Ghazouane
code ♥ surf
Yes, of course ! it's working well.
Do not forgot to parse JSON in the python worker to read args and data.
Cheers !