Skip to content

Commit

Permalink
Merge pull request #61 from jkaninda/develop
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
jkaninda authored Nov 13, 2023
2 parents 1045c2e + 125a7bd commit f409343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ RUN chown -R www-data:www-data /var/www/html/bootstrap/cache
### Add supervisor process in
> /var/www/html/conf/worker/supervisor.conf
In case you want to execute and maintain a task or process with supervisor
In case you want to execute and maintain a task or process with supervisor.

Find below an example with Apache Kafka, when you want to maintain a consumer process.
### Example:
```conf
[program:kafkaconsume-worker]
Expand Down

0 comments on commit f409343

Please sign in to comment.