Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DESENG-493: CRON config alignment and engagement metadata dependency removal #2375

Merged
merged 11 commits into from
Feb 6, 2024
Prev Previous commit
Next Next commit
Testing met-cron
VineetBala-AOT committed Feb 6, 2024
commit 36d08facc354bdd4bacc44e2c1762bf02218bbe5
4 changes: 0 additions & 4 deletions met-api/src/met_api/services/engagement_service.py
Original file line number Diff line number Diff line change
@@ -144,10 +144,6 @@ def publish_scheduled_engagements():
return None

print('Engagements published: ', engagements)
for engagement in engagements:
email_util.publish_to_email_queue(SourceType.ENGAGEMENT.value, engagement.id,
SourceAction.PUBLISHED.value, True)
print('Engagements published added to email queue: ', engagement.id)
return engagements

@staticmethod