I am trying to schedule a function execution from a different function. The following is my code that is supposed to schedule the function call.
final scheduleTime = DateTime.now().add(Duration(seconds: 30));
functions.createExecution(
functionId: functionId,
body: token,
xasync: true,
scheduledAt: scheduleTime.toUtc().toIso8601String(),
);
My appwrite self-hosted version is 1.6.0 My dart_appwrite version is 13.0.0 The problem is that the function does not get executed, it does not appear in any shape or form in the web control panel. If I remove xasync: true and scheduledAt it gets correctly executed immediately. What could be the problem?
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error