#!/usr/bin/env bash

set -euo pipefail

php bin/setup.php
php bin/dispatch.php waiting 1 1
LAR_03_EVENT_LOG=/experiment/results/smoke-events.jsonl \
  LAR_03_WORKER_GENERATION=1 \
  php artisan queue:work redis \
    --queue=catalogue \
    --stop-when-empty \
    --sleep=0 \
    --tries=3 \
    --backoff=0 \
    --timeout=2 \
    --max-jobs=1
php bin/snapshot.php
