serai/processor/bin
Luke Parker 0d4c8cf032 Use a local DB channel for sending to the message-queue
The provided message-queue queue functions runs unti it succeeds. This means
sending to the message-queue will no longer potentially block for arbitrary
amount of times as sending messages is just writing them to a DB.
2024-09-19 23:36:32 -07:00
..
src Use a local DB channel for sending to the message-queue 2024-09-19 23:36:32 -07:00
Cargo.toml serai-processor-bin 2024-09-19 23:36:32 -07:00
LICENSE serai-processor-bin 2024-09-19 23:36:32 -07:00
README.md serai-processor-bin 2024-09-19 23:36:32 -07:00

Serai Processor Bin

The framework for Serai processor binaries, common to the Serai processors.