mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 12:21:43 +00:00
es una tarea periódica
This commit is contained in:
parent
507e7ced84
commit
ed3f153919
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Genera resúmenes de información para poder mostrar estadísticas y se
|
# Genera resúmenes de información para poder mostrar estadísticas y se
|
||||||
# corre regularmente a sí misma.
|
# corre regularmente a sí misma.
|
||||||
class StatCollectionJob < ApplicationJob
|
class StatCollectionJob < PeriodicJob
|
||||||
STAT_NAME = 'stat_collection_job'
|
STAT_NAME = 'stat_collection_job'
|
||||||
|
|
||||||
def perform(site_id:, once: true)
|
def perform(site_id:, once: true)
|
||||||
|
|
Loading…
Reference in a new issue