Skip to content

Bots From Extension: apscheduler

APScheduler - Schedule tasks to run at specific times

This extension provides 4 bots.





Bot @apscheduler:add-job

Bot Position In Pipeline: Sink

Apscheduler - add job

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
job_name* Text Method or func to be executed ex: [Run_Pipeline]
job_id* Text Provide the column name from input dataset that will be treated as unique key
start_time Text Schedule Start time in ms
end_time Text Schedule end time in ms
schedule_type* Text Schedule Type [Hourly, Daily, Once]
interval Text Provide the schedule interval as integer value
time_zone Text Provide the time zone

This bot also accepts wildcard parameters. Any additional name = 'value' parameters are passed to the bot.







Bot @apscheduler:delete-job

Bot Position In Pipeline: Source

Apscheduler - Delete job

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
job_id* Text Provide the column name from input dataset that will be treated as unique key
minio_location Text Specify the minio file path to be deleted







Bot @apscheduler:next-run

Bot Position In Pipeline: Source

Apscheduler - next run time

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
job_id* Text Provide the job id for the scheduled job







Bot @apscheduler:update-job

Bot Position In Pipeline: Sink

Apscheduler - update job

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
job_name* Text Method or func to be executed ex: [Run_Pipeline]
job_id* Text Provide the column name from input dataset that will be treated as unique key
start_time Text Schedule Start time in ms
end_time Text Schedule end time in ms
schedule_type* Text Schedule Type [Hourly, Daily, Once]
interval Text Provide the schedule interval as integer value
time_zone Text Provide the time zone

This bot also accepts wildcard parameters. Any additional name = 'value' parameters are passed to the bot.