Task #12890
Clean up "Active" campaigns
Start date:
06/08/2016
Due date:
% Done:
100%
Estimated time:
Description
Make a web-callable method in poms_service.py that looks for Campaigns that
have had no tasks in the last week, and turns off their active flags.
Update launch_jobs to turn on active flag if it's off.
Then we can stand up a cron job that calls this weekly via curl...
Associated revisions
History
#1 Updated by Marc Mengel almost 5 years ago
- Description updated (diff)
#2 Updated by Marc Mengel almost 5 years ago
- Assignee set to Marc Mengel
- Target version set to v1_0_0
#3 Updated by Marc Mengel over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
This is done, codewise. In production, we'll need to setup a cron job to
call the web call weekly or so.
#4 Updated by Marc Mengel over 4 years ago
- Status changed from Resolved to Closed
changes for issue #12890