-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In our CI we need to have zkApp calls to be performed repeatedly. This can be done:
- By using k8s CronJobs
- By repeatedly deploying plain Jobs
- By specifying the count/schedule directly to the
send
app - By using additional events source to parameterize parallel jobs (preferable way?) https://kubernetes.io/docs/tasks/job/coarse-parallel-processing-work-queue/
Metadata
Metadata
Assignees
Labels
No labels