An example that incorporates TcpStream, tokio::mpsc and apalis-postgres as a backend
docker run --name postgres-db -e POSTGRES_PASSWORD=mypassword postgresDATABASE_URL=postgresql://postgres:mypassword@localhost:5432/postgres cargo runYou can now push jobs
echo '{"id":1}' | nc 127.0.0.1 5000