File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Every Run has a status which indicates whether it completed successfully.
3333| Failed | 🔴 | RangeError | No | Calling ` state.patients[5] ` when only 2 patients exist |
3434| Crashed | 🟠 | SyntaxError | Yes | You've got some bad JavaScript and the worker cannot compile your job code |
3535| Crashed | 🟠 | ReferenceError | Yes | You've got an undeclared variable in your job code |
36- | Cancelled | ⚪ | | Yes | A user aborted the execution |
36+ | Cancelled | ⚪ | | Yes | The run had been enqueued but was manually removed from the queue |
3737| Killed | 🟡 | SecurityError | Yes | Your code failed security checks, e.g. tried to use ` eval ` |
3838| Killed | 🟡 | ImportError | Yes | You tried to import external module that we don't allow |
3939| Killed | 🟡 | OomError | Yes | Your run used more memory than allowed by the Lightning instance |
You can’t perform that action at this time.
0 commit comments