Bug #23694
Jobs held for expired credentials are emailing every launch_queued_jobs call..
Start date:
12/03/2019
Due date:
% Done:
0%
Estimated time:
First Occurred:
Scope:
Internal
Experiment:
-
Stakeholders:
Description
They should hold the campaign stage, and not come up again in launch_queued_jobs until they're released...
History
#1 Updated by Marc Mengel over 1 year ago
Looks like this query:
should join(CampaignStage) and then filter on CampaignStage.hold_experimenter_id == None
and not consider them for launching.
#2 Updated by Marc Mengel over 1 year ago
- Status changed from New to Resolved
Fixed in baf408fc patched in production.