Rails API, app Flutter, infrastruttura Docker/MediaMTX, sito marketing e documentazione di deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
158 B
Ruby
3 lines
158 B
Ruby
# Schedule CleanupExpiredSessionsJob hourly via host cron or Kamal:
|
|
# 0 * * * * cd /app && bundle exec rails runner "CleanupExpiredSessionsJob.perform_async"
|