Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vintasoftware/celery-tasks-checklist
Useful checklist for building great Celery tasks.
https://github.com/vintasoftware/celery-tasks-checklist
async-task celery-task task-queue
Last synced: about 2 months ago
JSON representation
Useful checklist for building great Celery tasks.
- Host: GitHub
- URL: https://github.com/vintasoftware/celery-tasks-checklist
- Owner: vintasoftware
- Created: 2017-05-02T14:41:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T12:57:27.000Z (over 5 years ago)
- Last Synced: 2024-11-08T13:37:34.674Z (2 months ago)
- Topics: async-task, celery-task, task-queue
- Homepage: https://devchecklists.com/celery-tasks-checklist/
- Size: 93.8 KB
- Stars: 119
- Watchers: 8
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![alt text](https://s3-sa-east-1.amazonaws.com/www.vinta.com.br/images/dont_delete/devchecklist-logo.png "Devchecklists Logo")](https://devchecklists.com)
# Celery Tasks Checklist
## Adding a New Language:
* [ ] To add a new language you will need to create another markdown file containing the new [acronym language:](https://www.loc.gov/standards/iso639-2/php/code_list.php)
* E.g. `checklist-pt.md`.
* [ ] No further approval will be necessary;
* [ ] The new checklist language should be visible on Devckecklists after you saved the file on your repository.## Important Notes:
* [ ] Markdown is the only way to write checklists on Devchecklists;
* [ ] For tips about how to use markdown to write checklists, please take a look at these raw files:
* [ ] [`checklist-en.md`](https://raw.githubusercontent.com/vintasoftware/devchecklists-template/master/checklist-en.md) sample markdown;
* [ ] [`README.md`](https://raw.githubusercontent.com/vintasoftware/devchecklists-template/master/README.md) contained on this repository;
* [ ] Another checklists markdowns from [Devchecklists](https://devchecklists.com).
* [ ] Changes on the checklist repository will reflect on the current checklist of Devchecklists.## Commercial Support
[![alt text](https://avatars2.githubusercontent.com/u/5529080?s=200&v=4 "Vinta Logo")](https://vintasoftware.com)This project, as other Vinta open-source projects, is used in products of Vinta clients. We are always looking for exciting work, so if you need any commercial support, feel free to get in touch: [email protected]
Copyright (c) 2018 Vinta Serviços e Soluções Tecnológicas Ltda.
[MIT License](LICENSE.txt)