summaryrefslogtreecommitdiff
path: root/docs/userguide.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix(docs): minor spelling edits in userguideevanstjabadi2022-12-201-3/+3
|
* Replaced the separate scheduler/worker example with a more practical alternativeAlex Grönholm2022-09-221-85/+46
|
* Fixed references to run_until_stopped()Alex Grönholm2022-09-041-2/+2
|
* Added section to user guide on how to run the schedulerAlex Grönholm2022-09-041-0/+82
|
* Minor documentation formatting fixesAlex Grönholm2022-08-171-2/+14
|
* Updated the user guide for v4.0Alex Grönholm2022-08-161-346/+326
|
* Minor initial updates for the user guideAlex Grönholm2022-08-011-9/+4
|
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-3/+3
| | | | Linting checks are now run by pre-commit.ci instead of GitHub Actions.
* Added the CalendarIntervalTriggerAlex Grönholm2019-07-191-0/+2
|
* Added the FAQ to the docsAlex Grönholm2018-08-101-0/+3
|
* Fixed missing :class: in a reference in the user guide (#298)nwalsh19952018-03-241-1/+1
|
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-191-1/+5
| | | | Fixes #119.
* Added a troubleshooting sectionAlex Grönholm2017-12-191-0/+16
|
* Updated the docs to conform to the 99 column limitAlex Grönholm2017-10-211-95/+113
|
* Finished up the pause/resume scheduler feature w/ docsAlex Grönholm2016-06-131-0/+19
| | | | The scheduler will now no longer try to access job stores before it's been started.
* Migrated code to GithubAlex Grönholm2016-03-271-1/+1
|
* Added references to the trigger types to the user guideAlex Grönholm2016-03-271-3/+15
|
* Fix typo in userguide.rstnnyby2015-11-191-1/+1
|
* Fix typo in userguide.rstnnyby2015-11-191-1/+1
|
* Added an explicit note about the effects of misfire_grace_timeAlex Grönholm2015-03-071-0/+8
|
* Defer replacing undefined options with defaults until the job is really ↵Alex Grönholm2014-06-181-3/+0
| | | | | | scheduled Allow specifying an explicit next_run_time when adding a job
* Added entry points for executors and job stores tooAlex Grönholm2014-06-161-7/+8
| | | | Added shortcut methods for configuring executors and job stores
* Separated the two pool executors to different classes and moved the debug ↵Alex Grönholm2014-06-151-19/+17
| | | | executor to its own module
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-151-2/+4
| | | | | | | Fixed a number of bugs in BaseScheduler Added the jobstore_alias parameter to run_job() so that the proper event can be generated Added scheduler events for adds/removals of executors Fixed the scheduler configuration to match with the documentation
* Revised the rest of the documentationAlex Grönholm2014-05-291-0/+407