forked from potsda.mn/mobilizon
Move crontab for sitemap to hourly
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1de802a36c
commit
0f82363878
|
@ -238,7 +238,7 @@ config :mobilizon, Oban,
|
||||||
log: false,
|
log: false,
|
||||||
queues: [default: 10, search: 5, mailers: 10, background: 5],
|
queues: [default: 10, search: 5, mailers: 10, background: 5],
|
||||||
crontab: [
|
crontab: [
|
||||||
{"@daily", Mobilizon.Service.Workers.BuildSiteMap, queue: :background}
|
{"@hourly", Mobilizon.Service.Workers.BuildSiteMap, queue: :background}
|
||||||
]
|
]
|
||||||
|
|
||||||
config :mobilizon, :rich_media,
|
config :mobilizon, :rich_media,
|
||||||
|
|
Loading…
Reference in a new issue