Commit Graph
286 Commits
Author SHA1 Message Date
Ilan Steemers 05c8f3bc16 Merge pull request #20 from Koed00/dev
Tests now run with logging level debug
2015-07-17 05:28:59 -07:00
Ilan 688d25c76d Getting ready for v0.3.6 2015-07-17 14:27:45 +02:00
Ilan 84ac19b6a9 Updated README
added some documentation links
2015-07-17 14:26:39 +02:00
Ilan c12884cc44 Updated gitignore with .idea and djq 2015-07-17 14:20:50 +02:00
Ilan b876b1e06d Tests now run with logging level DEBUG 2015-07-17 14:17:40 +02:00
Ilan Steemers b58f5038db Merge pull request #19 from Koed00/docs
docs: small edits
2015-07-16 22:09:40 +02:00
Ilan Steemers 1e7b3f6ce0 Merge pull request #18 from Koed00/dev
Adds a `timeout` override per task
2015-07-16 21:57:47 +02:00
Ilan 40ac0bfce5 Minor updates to timeout docs 2015-07-16 21:01:27 +02:00
Ilan af5e99249f Paste accidents happen 2015-07-16 20:47:14 +02:00
Ilan af735c328e Adds a timeout override per task
* added a `timeout` keyword to tasks.
* timeouts now count down instead of up
* `timeout` in task overrides global timeout setting
* added tests for timeout override
* added a test for recycling
2015-07-16 20:35:29 +02:00
Ilan c0ea483784 docs: small edits 2015-07-16 18:32:45 +02:00
Ilan Steemers afda141ed1 Merge pull request #17 from Koed00/dev
Adds management commands to the tests
2015-07-16 18:22:10 +02:00
Ilan 91520e9ca7 removes some unused test code 2015-07-16 17:26:08 +02:00
Ilan 0dbeccdfda Optparse needs named arguments in call_command 2015-07-16 16:11:32 +02:00
Ilan 80887ffd9c Django 1.7 doesn't like argparse for management commands.
Changed to optparse for compatibility
2015-07-16 15:54:38 +02:00
Ilan Steemers 3cd3a12b16 Merge pull request #16 from Koed00/docs
Docs: Added a report example
2015-07-16 15:20:32 +02:00
Ilan 5a3f875baa Added management commands to tests
* added --run-once option to the management commands for testing
2015-07-16 15:17:15 +02:00
Ilan 218b6a9795 removed unused import 2015-07-16 14:36:36 +02:00
Ilan 6826e75a37 docs: Added a report example
Also added  a test based on the example.
2015-07-16 14:03:07 +02:00
Ilan 28d57cb03b docs: minor changed before release 2015-07-15 23:42:02 +02:00
Ilan b26a2d2950 getting ready for new version 2015-07-15 23:18:13 +02:00
Ilan 4a7feb8e50 getting ready for new version 2015-07-15 23:14:37 +02:00
Ilan Steemers 5b63b2d52c Merge pull request #15 from Koed00/dev
Adds cpu affinity to workers
2015-07-15 23:04:35 +02:00
Ilan 1e81cc413d Missing newline 2015-07-15 22:50:53 +02:00
Ilan 9857f33e3e Workaround for Travis
fixed typo
2015-07-15 22:34:40 +02:00
Ilan a5580c75a1 Workaround for Travis
Travis doesn't support cpu affinity in their virtuals so I've added a setting TESTING that will bypass the actual affinity setting, but will still cover most of the code.
Might be useful for future workarounds.
2015-07-15 22:17:13 +02:00
Ilan 464255fa88 Changed cpu affinity docs slightly 2015-07-15 22:06:17 +02:00
Ilan 1f28bf1c68 Travis doesn't like cpu affinity. I'm guessing 2015-07-15 20:15:46 +02:00
Ilan 2bef73c22f Tweaked cpu affinity docs 2015-07-15 20:01:55 +02:00
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