Logo
Explore Help
Sign In
admin/e-ticket
1
0
Fork 0
You've already forked e-ticket
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
e-ticket/docker/cron/entrypoint.sh

9 lines
265 B
Bash
Raw Permalink Normal View History

Remove unused $user variables, add cron container for dev - Remove 11 unused $user assignments from requireEventOwnership calls - Add cron container to docker-compose-dev.yml with scheduled tasks: expire-pending orders (5min), messenger monitor (hourly), meilisearch consistency (daily 3am) - Cron logs show registered tasks at startup and timestamps per execution Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 11:52:31 +01:00
#!/bin/sh
echo "=== E-Ticket Cron ==="
echo "Registered tasks:"
echo " - */5 * * * * app:orders:expire-pending"
echo " - 0 * * * * app:monitor:messenger"
echo " - 0 3 * * * app:meilisearch:check-consistency --fix"
echo "===================="
exec cron -f
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API