The microservice is part of the application Message.
The microservice implements the deferred task execution mechanism.
- Built on the basis of the library Trigger Hook for its demonstration.
- Uses MySQL as a persistent storage.
- Sends metrics to the InfluxDb.
- The microservice interface uses the GRPC protocol.
- The execution trigger is sent asynchronously via RabbitMQ.
After changing task.proto, you need to run:
make gen_proto
This project is licensed under the MIT License - see the LICENSE file for details