Last modified: 2014-07-24 19:40:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T70520, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 68520 - Deal with scheduled recurrent reports when cohorts are deleted
Deal with scheduled recurrent reports when cohorts are deleted
Status: NEW
Product: Analytics
Classification: Unclassified
Wikimetrics (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-24 18:12 UTC by nuria
Modified: 2014-07-24 19:40 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description nuria 2014-07-24 18:12:39 UTC
Deal with scheduled recurrent reports when cohorts are deleted. When a cohort is deleted all recurrent reports scheduled to that cohort should stop.
Comment 1 Dan Andreescu 2014-07-24 19:40:24 UTC
For now, these were causing lots of problems so I set recurrent=0 on them:

update report set recurrent=0 where recurrent=1 and (parameters like '%"id": 834%' or parameters like '%"id": 882%' or parameters like '%"id": 885%' or parameters like '%"id": 919%');

This should be fairly harmless and it's also pretty trivial to undo if we run into problems.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links