- Introduced a new migration that creates the CheckInJobStatuses table. - The table includes fields for tracking job statuses, timestamps, user information, and error messages. - Supports various statuses such as PENDING, PROCESSING, COMPLETED, and FAILED.
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"Rabbit": {
|
|
"Host": "192.168.1.63",
|
|
"User": "admin",
|
|
"Password": "12345678",
|
|
"Queue": "hrms-checkin-queue-dev"
|
|
},
|
|
"API": "https://localhost:7283/api/v1"
|
|
}
|