Poorman is currently not implemented. Because of this the crons are currently not running as per the schedule.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | implement_poormancron-2698419-4.patch | 12.6 KB | abhishek-anand |
Poorman is currently not implemented. Because of this the crons are currently not running as per the schedule.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | implement_poormancron-2698419-4.patch | 12.6 KB | abhishek-anand |
Comments
Comment #2
berdirThey're run whenever cron is run. I think the standard poormanscron implementation is enough, if anything, we could offer more frequent options there than 1 hour.
Any serious site should use proper cron handling and not rely on this anyway.
Comment #3
berdirWhat I mean is that we should remove all poormanscron related code except maybe adding the suggested form alter mentioned above.
Comment #4
abhishek-anand commentedRemoved all poermancron related code as per Berdir's suggestion,
Added a form_alter to increase automated_cron frequency.
Comment #5
abhishek-anand commentedComment #6
berdirNice. Since we haven't had any feedback from the maintainer, lets kill this stuff. Whatever we'd add would look very different anyway.