mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 00:09:01 +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";
|
return "Auto-recharge successful";
|
||||||
case NotificationType.AUTO_RECHARGE_FAILED:
|
case NotificationType.AUTO_RECHARGE_FAILED:
|
||||||
return "Auto-recharge failed";
|
return "Auto-recharge failed";
|
||||||
|
case NotificationType.CONCURRENCY_LIMIT_REACHED:
|
||||||
|
return "Concurrency limit reached";
|
||||||
default:
|
default:
|
||||||
return "Unknown notification type";
|
return "Unknown notification type";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user