Compare commits
2 commits
41532bd019
...
a55a9b08d4
| Author | SHA1 | Date | |
|---|---|---|---|
| a55a9b08d4 | |||
| d7fc624b72 |
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
Sentry.init do |config|
|
||||
config.dsn = 'https://2d3c5b739af149a0b3beb86a4d498e1f@health.openneo.net/1'
|
||||
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
|
||||
config.traces_sample_rate = 0.05
|
||||
end
|
||||
|
|
|
|||
|
|
@ -437,6 +437,13 @@
|
|||
mode: "755"
|
||||
state: directory
|
||||
|
||||
- name: Create 10min cron job to run `rails nc_mall:sync`
|
||||
become_user: impress
|
||||
cron:
|
||||
name: "Impress: sync NC Mall data"
|
||||
minute: "*/10"
|
||||
job: "bash -c 'source /etc/profile && source ~/.bash_profile && cd /srv/impress/current && bin/rails nc_mall:sync'"
|
||||
|
||||
- name: Create weekly cron job to run `rails public_data:commit`
|
||||
become_user: impress
|
||||
cron:
|
||||
|
|
|
|||
Loading…
Reference in a new issue