Job Scheduler

Last modified by Simon Urli on 2024/04/09 12:18

Welcome to the Job Scheduler. This application allows you to create administration scripts that can be triggered periodically.

List of existing jobs

Job NameJob StatusNext Fire TimeActions
IRC Bot Scheduler JobNormalWed Jan 15 21:19:00 CET 2025Access: View Manage: Trigger Pause Unschedule Delete
$job.get('jobName')$status$firetimeAccess: View Manage: Trigger Delete
Notifications hourly emailNormalWed Jan 15 22:00:00 CET 2025Access: View Manage: Trigger Pause Unschedule Delete
$job.get('jobName')$status$firetimeAccess: View Manage: Trigger Delete
Notifications daily emailNoneN/AAccess: View Manage: Trigger Schedule Delete
Notifications weekly emailNoneN/AAccess: View Manage: Trigger Schedule Delete

Job creation is reserved for programmers and you don't have programming rights for the Scheduler space.

Get Connected