The Bull Board is a tool that allows you to check runs for issues.
It is accessible when you are using Redis as the queue system. In production mode, you can access it at /api/ui
, and in development mode, it is located at /ui
.
To enable the Bull Board UI, follow these steps:
AP_QUEUE_UI_ENABLED
: Set it to true
.AP_QUEUE_UI_USERNAME
: Set it to your desired username.AP_QUEUE_UI_PASSWORD
: Set it to your desired password.Make sure to change the username and password to your preferred values.
You will be able to access the Bull Board UI at /api/ui
(production) or /ui
(development) depending on your environment.
There are two queues that you can monitor:
In case you have flows with internal errors, please go to the oneTimeJobs queue and click on the failed run. You can see the error message in the data section and retry the flow by clicking on the retry button.
If you forgot your password on self hosted instance, you can reset it using the following steps:
Postgres
Locate PostgreSQL Docker Container:
docker ps
to find the PostgreSQL container.Access the Container:
Open the PostgreSQL Console:
psql
command.Create a Secure Password:
Update Your Password:
HASH_PASSWORD
with your new password and YOUR_EMAIL_ADDRESS
with your email.SQLite3
Open the SQLite3 Shell:
Create a Secure Password:
Reset Your Password:
HASH_PASSWORD
with your new password and YOUR_USERNAME
with your username or email.Exit the SQLite3 Shell:
The Bull Board is a tool that allows you to check runs for issues.
It is accessible when you are using Redis as the queue system. In production mode, you can access it at /api/ui
, and in development mode, it is located at /ui
.
To enable the Bull Board UI, follow these steps:
AP_QUEUE_UI_ENABLED
: Set it to true
.AP_QUEUE_UI_USERNAME
: Set it to your desired username.AP_QUEUE_UI_PASSWORD
: Set it to your desired password.Make sure to change the username and password to your preferred values.
You will be able to access the Bull Board UI at /api/ui
(production) or /ui
(development) depending on your environment.
There are two queues that you can monitor:
In case you have flows with internal errors, please go to the oneTimeJobs queue and click on the failed run. You can see the error message in the data section and retry the flow by clicking on the retry button.
If you forgot your password on self hosted instance, you can reset it using the following steps:
Postgres
Locate PostgreSQL Docker Container:
docker ps
to find the PostgreSQL container.Access the Container:
Open the PostgreSQL Console:
psql
command.Create a Secure Password:
Update Your Password:
HASH_PASSWORD
with your new password and YOUR_EMAIL_ADDRESS
with your email.SQLite3
Open the SQLite3 Shell:
Create a Secure Password:
Reset Your Password:
HASH_PASSWORD
with your new password and YOUR_USERNAME
with your username or email.Exit the SQLite3 Shell: