Skip to content

Commit

Permalink
fix(ea-provider): set code from incoming webhook data
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Jan 16, 2024
1 parent 5807c5e commit 14e288a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/web-mailer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
{{- include "fiesta.labels" . | nindent 4 }}
{{- include "fiesta.componentLabels" "mailer-retry" | nindent 4 }}
spec:
schedule: "0,15,30,45 * * * *" # Run every 15 minutes
schedule: "0,10,20,30,40,50 * * * *" # Run every 15 minutes
jobTemplate:
spec:
template:
Expand Down
1 change: 1 addition & 0 deletions fiesta/apps/esnaccounts/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def update_section_membership(
code__iexact=section_code.upper(),
defaults=dict(
name=section_name,
code=section_code.upper(),
# TODO: definitely not, user nationality != section assignment
country=user_nationality,
space_slug=slugify(section_name).lower().replace("-", ""),
Expand Down

0 comments on commit 14e288a

Please sign in to comment.