Files
Chris Arderne f4320937c5 chore: prefer direct iteration and function callback types (#4677)
## Summary

Enable lint rules that prefer direct iteration and concise function
callback types.

The existing code now uses direct iteration where no index is needed,
and callback contracts use function types consistently.

Base: [#4675](https://github.com/triggerdotdev/trigger.dev/pull/4675)
2026-08-19 08:28:58 +01:00
..
2026-08-13 15:48:29 +01:00

Redis worker

This is a simple worker that pulls tasks from a Redis queue (also in this package).

Features

  • Configurable settings for concurrency and pull speed.
  • Job payloads.
  • A schema so only defined jobs can be added to the queue.
  • The ability to have future dates for jobs.