You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site-scoped scheduled jobs: server($id)->site($s)->scheduledJobs() list/get/create/delete + output. Reuses the ScheduledJob DTO from the server-scope slice.
Acceptance criteria
Requests: GET/POST /sites/{site}/scheduled-jobs, GET/DELETE .../{job}, GET .../{job}/output
Site-scoped scheduled-jobs resource wired on SiteResource
Reuses ScheduledJob/CreateScheduledJobData DTOs where shapes match
Parent
#32
What to build
Site-scoped scheduled jobs:
server($id)->site($s)->scheduledJobs()list/get/create/delete + output. Reuses the ScheduledJob DTO from the server-scope slice.Acceptance criteria
GET/POST /sites/{site}/scheduled-jobs,GET/DELETE .../{job},GET .../{job}/outputSiteResourceScheduledJob/CreateScheduledJobDataDTOs where shapes matchBlocked by
None - can start immediately