Commit Graph
34 Commits
Author SHA1 Message Date
Dimitri 957f807598 Allow tasks to be scheduled on a specific cluster (#555)
* Allows schedule by cluster

* Update docs

* Add example in doc

* Fixes cluster field must be blank

* Adds cluster arg to schedule func

* Adds cluster field in list_display/filter for admin

* Uses Q filter to fetch schedule

* Fixes ref in doc

* Adds tests
2021-05-14 13:42:54 +02:00
Telmo Barros c838fa82e4 Add broker name in Schedule docs 2021-02-11 13:04:00 +00:00
Ilan Steemers 1fe17f8c73 Adds croniter install note 2020-07-02 17:36:45 +02:00
Ilan Steemers c89c23a0cf Adds cron to docs 2020-06-29 14:01:36 +02:00
Ilan Steemers acebdaa850 Renames async/enqueue to async_task. 2018-08-01 15:20:34 +02:00
Pierre-Elliott Bécue ae75a84f7f Replaces async occurrences with alternatives
* async is now a reserved word in python3.7
 * Rename async function to enqueue
 * Rename all async_ functions to enqueue_
 * Rename Async class to AsyncTask
 * Updates the docs.
2018-07-07 21:33:43 +02:00
Ronald van Zon 84ab4c7d47 Update example to use string for the schedule_type 2015-11-10 11:54:28 +01:00
Ilan Steemers 47b167b18a docs: missed schedules wording 2015-11-08 10:43:06 +01:00
Ilan Steemers 14c204e5aa docs: rephrased the missing schedule description
#110
2015-11-08 10:35:13 +01:00
Ilan Steemers efed61f786 docs: some tweaks on the new functions 2015-10-04 16:47:42 +02:00
Ilan Steemers 6c81840047 docs: updated management command example 2015-09-26 10:52:19 +02:00
Ilan Steemers cef48da789 removes root imports for django 1.9
Updated docs to promote submodule imports
2015-09-24 15:41:32 +02:00
Ilan 9dfb65a7af docs: minor updates 2015-08-19 13:57:46 +02:00
Ilan Steemers 2011efbe0a Merge pull request #49 from Koed00/dev
v0.5.3
2015-08-19 04:02:27 -07:00
Ilan 6610277b93 docs: moved Configuration to its own section
* added more info on schedule catch up.
2015-08-19 12:38:15 +02:00
Ilan d8fd93cc0e docs: expanded schedule example 2015-08-08 19:12:47 +02:00
Ilan de5d0f2725 Adds a 'minutes' option to the scheduler 2015-08-05 20:30:29 +02:00
Ilan 0d1f106470 docs: adds 'save' option to function references 2015-07-21 14:23:57 +02:00
Ilan a25ac7da57 docs: added info about the save override keyword
docs: added explanation of the `q_options` dict
2015-07-20 21:02:57 +02:00
Ilan e4737d765a Schedule name is optional
For backwards compatibility the schedule name is an optional keyword in the `schedule` function.

Adjusted docs accordingly
2015-07-18 19:41:21 +02:00
Ilan e1d483e1c1 docs: describes the new group options 2015-07-18 18:50:14 +02:00
Ilan 8e07203d18 Adding sphinx builds to Travis
* added default module django_q
* set build mode to nit-picky
* warnings raise errors

Want to make sure the docs are neat and build on Travis , to make it easier to accept doc pull requests
2015-07-13 15:30:12 +02:00
Ilan Steemers 6c9dd1a910 Schedules of type ONCE will now self destruct with negative repeats or just deactivated with positive repeats 2015-07-11 11:32:46 +02:00
Ilan Steemers fdfa938113 docs: formatting error 2015-07-10 18:19:38 +02:00
Ilan Steemers 13bbf3dcc4 docs: added section about scheduling management commands 2015-07-10 17:36:18 +02:00
Ilan Steemers a83dcf642b Adding more info to docs 2015-07-09 12:00:59 +02:00
Ilan Steemers f8708cfd73 Task now uses a UUID4 instead of a LUID 2015-07-08 13:33:03 +02:00
Ilan Steemers 1942bd2f39 Added connection economy example 2015-07-05 21:09:20 +02:00
Ilan Steemers 52ae2a67ff Small enhancements to the docs.
This is still very much a work in progress.
2015-07-04 21:28:51 +02:00
Ilan Steemers ef075b7e03 Small docs changes 2015-07-04 18:54:48 +02:00
Ilan Steemers 98a57e8a05 Fixing some doc errors 2015-07-04 12:36:43 +02:00
Ilan Steemers 7008784b76 getting docs ready for 0.2.0 2015-07-04 11:40:26 +02:00
Ilan Steemers 28887decab Getting docs ready fro 0.2.0 2015-07-03 19:57:45 +02:00
Ilan Steemers b378d18098 Writing sphinx docs 2015-07-03 14:42:30 +02:00