Content-Length: 193404 | pFad | http://github.com/mendableai/firecrawl/actions/runs/12877229740/workflow

D7 fix(v1/crawl-status-ws): wait to send catchup before closing · mendableai/firecrawl@dcbe0b3 · GitHub
Skip to content

Clean Every 30 Minutes Before 24h Completed Jobs #5065

Clean Every 30 Minutes Before 24h Completed Jobs

Clean Every 30 Minutes Before 24h Completed Jobs #5065

name: Clean Every 30 Minutes Before 24h Completed Jobs
on:
schedule:
- cron: '30 * * * *'
env:
BULL_AUTH_KEY: ${{ secrets.BULL_AUTH_KEY }}
jobs:
clean-jobs:
runs-on: ubuntu-latest
steps:
- name: Send GET request to clean jobs
run: |
response=$(curl --write-out '%{http_code}' --silent --output /dev/null --max-time 180 https://api.firecrawl.dev/admin/${{ secrets.BULL_AUTH_KEY }}/clean-before-24h-complete-jobs)
if [ "$response" -ne 200 ]; then
echo "Failed to clean jobs. Response: $response"
exit 1
fi
echo "Successfully cleaned jobs. Response: $response"








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/mendableai/firecrawl/actions/runs/12877229740/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy