You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to https://github.com/laravel-workflow/waterline for installation and configuration instructions.
20
-
21
-
## TaskValve
22
-
23
-
[TaskValve](https://taskvalve.com/pricing) is a cloud-based monitoring service with additional features such as failure alerts and a Slack integration. The free tier supports monitoring up to 10,000 workflows per month.
[Publish the configuration file](https://laravel-workflow.com/docs/configuration/publishing-config) and then update your .env with the following settings:
40
-
41
-
```
42
-
WORKFLOW_MONITOR=true
43
-
WORKFLOW_MONITOR_URL=https://api.taskvalve.com
44
-
WORKFLOW_MONITOR_API_KEY=[YOUR_API_KEY_GOES_HERE]
45
-
```
46
-
47
-
Laravel Workflow will now report workflows and activities to TaskValve and you can view them via their [website](https://taskvalve.com/pricing).
0 commit comments