Configure the Job Scheduling Service

Now, we are going to configure the components of the Job Scheduling service to ensure that the required birthday greetings are sent out at the precise moment.

First, we are going to create a Job Pool to execute our Jobs from.

To create a Job Pool:

  1. Navigate to the Job Scheduling section of the console and click Start Exploring.

    catalyst_tutorials_jobscheduling_js_service_explore
  2. Navigate to the Job Pool component and click Create Job Pool.

    catalyst_tutorials_jobscheduling_js_service_create_jp
  3. Enter the name of the Job Pool as “MessageTrigger” and select Function as the Job Pool type from the drop-down.

    catalyst_tutorials_jobscheduling_js_service_jp_func_type
  4. Select 2GB as the Max Allocated Memory from the drop-down, and click Create.

    catalyst_tutorials_jobscheduling_js_service_jp_size_chk

The Job Pool has been created.

catalyst_tutorials_jobscheduling_js_service_jp_create_cmpltd

The Job Pool can now be referred to by its name and its ID.

The Job Pool is now ready to execute Function Jobs that will trigger the required Job Function.

Last Updated 2025-04-01 11:10:20 +0530 +0530