https://github.com/trianglesis/celery-heplers
Celery useful commands, config, heplers and ect
https://github.com/trianglesis/celery-heplers
Last synced: about 1 year ago
JSON representation
Celery useful commands, config, heplers and ect
- Host: GitHub
- URL: https://github.com/trianglesis/celery-heplers
- Owner: trianglesis
- Created: 2019-01-29T14:25:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T16:11:47.000Z (over 1 year ago)
- Last Synced: 2025-04-30T22:14:33.632Z (about 1 year ago)
- Language: Python
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# celery-heplers
Celery useful commands, config, heplers and ect
This is just a save of all my ususal setups of Celery.
This is a live example, so should work fine for everybody.
# NEW:
I'm coding on WIN machine with WSL 1 support.
- https://docs.microsoft.com/en-us/windows/wsl/compare-versions
I's a pain to run dev services on WIN enviroment, expecially for celery, so I moved to Centos under WSL.
Here are some examples of config and service manage.
Last setup:
- [Readme](django/README.md)
Feel free to use this setup as refference.
I wish I had this before =)