Skip to content
Snippets Groups Projects
Commit f81e92f3 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Add documentation for event subscription

parent cf5c287a
No related branches found
No related tags found
No related merge requests found
# Task Service - Cache Event Task Documentation
### Subscribe for Cache events
Current implementation uses NATS as a messaging system for events.
There are two environment variables that need to be set for subscribing for cache events.
```shell
NATS_ADDR="example.com:4222"
NATS_SUBJECT="subject"
```
### Event Task definition
In order to create a Task upon receiving a Cache event an `event task template` **must**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment