Skip to content

fix: [kubernetes] drop CronJobs duplicating MISP scheduled tasks - #438

Open
mokaddem wants to merge 1 commit into
masterfrom
fix/kubernetes-duplicate-scheduled-tasks
Open

fix: [kubernetes] drop CronJobs duplicating MISP scheduled tasks#438
mokaddem wants to merge 1 commit into
masterfrom
fix/kubernetes-duplicate-scheduled-tasks

Conversation

@mokaddem

Copy link
Copy Markdown

The eight CronJobs called the same API endpoints that the scheduled_tasks rows seeded by configure_misp.sh already trigger through the MISP scheduler worker, so feed fetch/cache, server pull/push and the galaxy, taxonomy, ... updates each ran twice.

The eight CronJobs called the same API endpoints that the scheduled_tasks
rows seeded by configure_misp.sh already trigger through the MISP scheduler
worker, so feed fetch/cache, server pull/push and the galaxy, taxonomy,
warninglist and noticelist updates each ran twice.

CRON_PULLALL and CRON_PUSHALL are set on the MISP deployment to keep the 5
and 15 minute cadence of the removed pull/push CronJobs; every other task
keeps its daily default. The misp-cron ingress rule in the Cilium example
policy goes with them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mokaddem
mokaddem requested a review from ostefano August 25, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant