Module worker

Source
Expand description

SQS worker implementation for polling and processing messages.

This module provides worker tasks that poll SQS queues and process jobs using the existing handler functions.

Functionsยง

spawn_worker_for_queue
Spawns a worker task for a specific SQS queue.