fix: use node http for cron scheduler + add toast notifications
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 40s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 40s
- Replace wget with node http.request in entrypoint (guaranteed available, better error handling) - Add 30s polling in agents page to detect new agent executions - Show toast notification when an agent finishes (success or failure) - Add logging in scheduler for visibility in docker logs Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1296,7 +1296,9 @@
|
||||
"toggleError": "Error toggling agent",
|
||||
"installSuccess": "\"{name}\" installed",
|
||||
"installError": "Error during installation",
|
||||
"saveError": "Error saving"
|
||||
"saveError": "Error saving",
|
||||
"autoRunSuccess": "Agent \"{name}\" executed automatically with success",
|
||||
"autoRunError": "Agent \"{name}\" failed during automatic execution"
|
||||
},
|
||||
"templates": {
|
||||
"title": "Templates",
|
||||
|
||||
@@ -1292,7 +1292,9 @@
|
||||
"toggleError": "Erreur lors du changement",
|
||||
"installSuccess": "\"{name}\" installé",
|
||||
"installError": "Erreur lors de l'installation",
|
||||
"saveError": "Erreur lors de la sauvegarde"
|
||||
"saveError": "Erreur lors de la sauvegarde",
|
||||
"autoRunSuccess": "L'agent \"{name}\" s'est exécuté automatiquement avec succès",
|
||||
"autoRunError": "L'agent \"{name}\" a échoué lors de l'exécution automatique"
|
||||
},
|
||||
"templates": {
|
||||
"title": "Templates",
|
||||
|
||||
Reference in New Issue
Block a user