Queuing
QUEUE_DRIVER
: What type of driver or connection to use for queuing jobs on the server QUEUE_NAME
: Name of the queue to use, defaults to 'default' QUEUE_RETRY_AFTER
: Number of seconds after to retry a failed job, defaults to 90 QUEUE_TABLE
: The database table used to store the queued jobs QUEUE_HOST
: The hostname or IP address of the beanstalkd or redis server QUEUE_PORT
: The connection port for the host given, or blank if the provider default is used QUEUE_DATABASE
: The desired Redis database number between 0 and 16 (or the limit set in your redis.conf file QUEUE_PASSWORD
: Credentials for the service if required SQS_KEY
: AWS credentials SQS_SECRET
: AWS credentials SQS_REGION
: AWS storage region SQS_PREFIX
: AWS SQS specific prefix for queued jobs