Ilan Steemers
|
9bd3b1fa40
|
renamed scheduled task result to 'last run'. Makes more sense
|
2015-06-27 21:54:09 +02:00 |
|
Ilan Steemers
|
de03dd10d8
|
args and kwargs can be null in db
|
2015-06-27 16:20:14 +02:00 |
|
Ilan Steemers
|
666bdc97dc
|
* updated README
* both func and hook check for callable.
|
2015-06-26 14:24:25 +02:00 |
|
Ilan Steemers
|
e2f7f1e5bf
|
added schedule to README
|
2015-06-25 20:30:13 +02:00 |
|
Ilan Steemers
|
d06de5769b
|
added scheduled tasks with admin interface
|
2015-06-25 19:48:38 +02:00 |
|
Ilan Steemers
|
47de658be5
|
allow Null results
|
2015-06-24 22:13:29 +02:00 |
|
Ilan Steemers
|
9d84e8cf49
|
using PRE_SAVE instead of POST_SAVE signal for hook.
|
2015-06-24 15:28:47 +02:00 |
|
Ilan Steemers
|
0ed1da8f05
|
Refactoring to make testing more stable
|
2015-06-23 21:12:08 +02:00 |
|
Ilan Steemers
|
bed64c7313
|
Added re-submit function to Failed Task admin
|
2015-06-18 17:03:34 +02:00 |
|
Ilan Steemers
|
5adf92eb27
|
hooks now work
refactored task as dict instead of list for readability.
|
2015-06-18 15:23:21 +02:00 |
|
Ilan Steemers
|
69837922b1
|
Task now accepts a hook function, that will be called with the finished task as the argument.
|
2015-06-17 23:50:17 +02:00 |
|
Ilan Steemers
|
e473665760
|
Added admin pages for failures and success.
SAVE_LIMIT can now be set to limit the amount of saved tasks results.
|
2015-06-17 15:32:54 +02:00 |
|
Ilan Steemers
|
c8d2927dd2
|
restructured app and added task signing
|
2015-06-17 13:33:46 +02:00 |
|
Ilan Steemers
|
093431e88d
|
Lots of stuff
- changed to single monitor for success and failures
- result is now in django model
- started addings tests
|
2015-06-16 19:03:00 +02:00 |
|
Ilan Steemers
|
f095c52e73
|
- Added logging with coloredlogs (for now)
- Added task model and admin
- Moved pusher into it's own process
|
2015-06-16 14:58:44 +02:00 |
|
Ilan Steemers
|
8c0a26e0b4
|
Testing basic layout
|
2015-06-15 16:02:50 +02:00 |
|