mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 15:39:13 +08:00
feat(notification): add notification message for concurrency limit reached
This commit is contained in:
parent
7216799ca0
commit
b900f34b5a
@ -15,6 +15,8 @@ export function getNotificationString(
|
||||
return "Auto-recharge successful";
|
||||
case NotificationType.AUTO_RECHARGE_FAILED:
|
||||
return "Auto-recharge failed";
|
||||
case NotificationType.CONCURRENCY_LIMIT_REACHED:
|
||||
return "Concurrency limit reached";
|
||||
default:
|
||||
return "Unknown notification type";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user