Skip to content

Commit

Permalink
Merge pull request #140 from uktrade/feature/ORPD-135-add-email-addre…
Browse files Browse the repository at this point in the history
…ss-phase-banner

Adds email address to phase banner. Reschedules celery to run at 22:00
  • Loading branch information
gdbarnes authored Dec 16, 2024
2 parents 5ddf9f7 + 8a128ec commit 6e484b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
Beta
</strong>
<span class="govuk-phase-banner__text">
This is a new service. Help us improve it and <a class="govuk-link" href="#">give your feedback
(opens in new tab)</a>.
This is a new service. Give feedback by emailing <a class="govuk-link" href="mailto:[email protected]">[email protected]</a>
</span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion fbr/celery_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
celery_app.conf.beat_schedule = {
"schedule-fbr-cache-task": {
"task": "celery_worker.tasks.rebuild_cache",
"schedule": crontab(hour="7", minute="50"), # Runs daily at 1:00 AM
"schedule": crontab(hour="22", minute="00"), # Runs daily at 10:00 PM
},
}

0 comments on commit 6e484b9

Please sign in to comment.