Deployment
Execution
Tools
Cron
Deferred runs
Bookings that already fired, were cancelled or failed do not count against the active limit. See deferred runs.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Jelou Functions platform limits: files, sizes, timeouts, cron, tokens, memory, and tools.
| Limit | Value |
|---|---|
| Files per deployment | 20 |
| Size per file | 256 KB |
| Total deployment size | 1 MB |
| Allowed extensions | .ts, .js, .json, .md, .txt |
| Limit | Value |
|---|---|
| Max timeout | 120 seconds |
| Default timeout | 30 seconds |
| Limit | Value |
|---|---|
| Tool name | Max 64 chars, pattern [a-zA-Z0-9_-] |
| Tool description | Max 1024 chars |
| Limit | Value |
|---|---|
| Schedules per function | 10 (aggregate across all tools in app()) |
| Schedule name | Max 64 chars |
| Schedule botId | Max 128 chars |
| Limit | Value |
|---|---|
| Active bookings per company | 1,000 |
| Maximum lead time | 30 days |
payload size | 64 KB |
| Bulk cancel per call | 10,000 matches |
| Target path length | Max 255 chars |
| Limit | Value |
|---|---|
| Max token size | 4 KB |
ctx.memory)| Limit | Value |
|---|---|
set() value | Max 255 chars (use setJson() for larger data) |
| Max TTL | 86,400 seconds (24 hours) |
| Limit | Value |
|---|---|
| Key format | UPPER_SNAKE_CASE (^[A-Z][A-Z0-9_]*$) |
| Blocked prefix | __FN_ (internal platform variables) |
Was this page helpful?