mastodon_algorithm_server/appwrite.json

52 lines
1.3 KiB
JSON

{
"projectId": "637fd5cf8d8e29057a86",
"projectName": "Mastodon Algorithm",
"functions": [
{
"$id": "servers",
"name": "servers",
"runtime": "php-8.0",
"path": "functions/servers",
"entrypoint": "src/index.php",
"ignore": [
"vendor"
],
"execute": [
"users/verified"
],
"events": [],
"schedule": "",
"timeout": 40
},
{
"$id": "crawler",
"name": "crawler",
"runtime": "php-8.0",
"path": "functions/crawler",
"entrypoint": "src/index.php",
"ignore": [
"vendor"
],
"execute": [
"users/verified"
],
"events": [],
"schedule": "*/5 * * * *",
"timeout": 15
},
{
"$id": "suggestions",
"name": "suggestions",
"runtime": "php-8.0",
"path": "functions/suggestions",
"entrypoint": "src/index.php",
"ignore": [
"vendor"
],
"execute": [],
"events": [],
"schedule": "*/1 * * * *",
"timeout": 15
}
]
}