Commit Graph

257 Commits

Author SHA1 Message Date
Ilan
2d0820e80b Adds cpu affinity for the workers. Courtesy of the optional psutil module. 2015-07-15 19:53:13 +02:00
Ilan Steemers
507ccf7e11 Merge pull request #14 from Koed00/dev
Clean up redis key after test
2015-07-15 13:05:33 +02:00
Ilan
e5708a1ab2 Clean up redis after test 2015-07-15 12:45:11 +02:00
Ilan
d92f71c470 docs: changed header 2015-07-15 09:33:54 +02:00
Ilan
a37d721fa3 docs: wording 2015-07-13 18:01:55 +02:00
Ilan
39e2d73a52 docs: added a section about process managers like Supervisor 2015-07-13 17:57:37 +02:00
Ilan
49e407f1c2 docs: some tweaks 2015-07-13 17:57:17 +02:00
Ilan
2104710653 docs: formatting error 2015-07-13 17:57:04 +02:00
Ilan
5dc21ce64a docs: fixed typo 2015-07-13 15:40:48 +02:00
Ilan Steemers
f8442c5eda Merge pull request #13 from Koed00/dev
Adding sphinx build to Travis
2015-07-13 15:36:29 +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
3e00dffb6a Adding sphinx builds to Travis 2015-07-13 14:13:12 +02:00
Ilan
9f382125f5 Adding sphinx builds to Travis 2015-07-13 14:07:45 +02:00
Ilan Steemers
40b8b0f0db Merge pull request #12 from Koed00/docs
Adding examples to the docs
2015-07-13 14:01:22 +02:00
Ilan
cff01c30aa Adding examples to the docs 2015-07-13 13:36:47 +02:00
Ilan
259f645b12 version 0.3.4 2015-07-12 20:26:02 +02:00
Ilan Steemers
5c3ecc6a6b Merge pull request #11 from Koed00/dev
Testing with Arrow 0.6.0 now
2015-07-12 20:20:05 +02:00
Ilan
02c1c5078f Testing with Arrow 0.6.0 now 2015-07-12 20:15:44 +02:00
Ilan Steemers
ea7115f5ad Merge pull request #10 from Koed00/dev
Schedules of type ONCE will selfdestruct with negative repeats
2015-07-12 20:06:14 +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
2c58262b17 Meta option migration 2015-07-10 12:45:18 +02:00
Ilan Steemers
9375216666 Bumping version to 0.3.3 2015-07-10 12:38:02 +02:00
Ilan Steemers
423e0d3a0d Merge pull request #9 from Koed00/dev
Fixes save pruning bug
2015-07-10 12:19:01 +02:00
Ilan Steemers
e590628612 linting some blank lines 2015-07-10 12:14:57 +02:00
Ilan Steemers
90d30e14e8 fixed regression of the save pruning due to introduction of uuid as primary key. 2015-07-10 12:07:27 +02:00
Ilan Steemers
fd168b3202 Added stopped column in admin and sorting models on stopped field. 2015-07-10 12:05:00 +02:00
Ilan Steemers
977cf98ba0 docs: made a note of succesful tasks not showing when the save_limit is set to -1 2015-07-10 11:48:15 +02:00
Ilan Steemers
9f54a52de9 edit link on the func column in the schedule admin 2015-07-10 11:30:54 +02:00
Ilan Steemers
46c439f909 Some added info on the sync option 2015-07-09 20:47:20 +02:00
Ilan Steemers
dfd36e1b39 bumping to version 0.3.2 2015-07-09 20:30:02 +02:00
Ilan Steemers
e62fd1ee70 Fixes #7
* added a synchronous cluster simulation

* added a test for the sync function

* moved signing into its own module

* refactored imports to solve circular import problems stemming from the task module pretending to be a cluster

* added documentation for the new sync option
2015-07-09 20:16:21 +02:00
Ilan Steemers
31dbd29b36 Merge pull request #6 from Koed00/docs
Updated docs
2015-07-09 13:20:29 +02:00
Ilan Steemers
a83dcf642b Adding more info to docs 2015-07-09 12:00:59 +02:00
Ilan Steemers
a1a3889b07 Added Django 1.8 intersphinx 2015-07-09 10:58:43 +02:00
Ilan Steemers
5b3c8440ca Schedule admin should show name instead of id in task link 2015-07-09 09:12:26 +02:00
Ilan Steemers
52e49e0bc2 Merge pull request #5 from nickpolet/master
Added 'future' to setup.py dependencies
2015-07-09 07:26:27 +02:00
Nick Polet
b107ba6083 Added 'future' to setup.py dependencies 2015-07-09 01:40:37 +01:00
Ilan Steemers
25b6aa0a65 Updating to Django 1.8.3 and 1.7.9 2015-07-08 22:58:47 +02:00
Ilan Steemers
d375b60732 Update __init__.py
Bumping to version 0.3.1
2015-07-08 22:48:39 +02:00
Ilan Steemers
1375cece72 Update __init__.py
Bumping to version 0.3.1
2015-07-08 22:48:25 +02:00
Ilan Steemers
7ea47ce527 Update conf.py
Bumping to version 0.3.1
2015-07-08 22:47:59 +02:00
Ilan Steemers
9b58902243 Update setup.py
Bumping to version 0.3.1
2015-07-08 22:47:02 +02:00
Ilan Steemers
d2515d99e0 fixed regression of task link in schedule admin 2015-07-08 22:41:29 +02:00
Ilan Steemers
0413a2e65a refresh_from_db is 1.8 only 2015-07-08 21:06:32 +02:00
Ilan Steemers
0a8196838a Removed security middleware from test for Django 1.7 2015-07-08 21:02:00 +02:00
Ilan Steemers
4439b84901 Update requirements.txt
Should fix Travis requirements
2015-07-08 20:58:42 +02:00
Ilan Steemers
b962d4179b Merge pull request #3 from Koed00/dev
Switched to uuid4 instead of luid
2015-07-08 20:48:06 +02:00
Ilan Steemers
f529fc16cb Upped docs to 0.3.0 2015-07-08 20:30:02 +02:00