-
Trying to add some dependencies to my webtask project but getting a timeout error.
```json
{
"dependencies": {
"stellar-base": "0.7.7"
}
}
```
Have also tried `"stellar-sdk": "0.8.…
-
Hi,
for a little while now, we receive an "Authorization Extension: Blocked event loop" exception when login-in our system. This is happening on all our accounts from dev to prod.
An [auth0 comm…
Tyf0x updated
6 years ago
-
There is an issue with webtask-gallery where extensions can go missing if a tenant has more than 20 webtasks. This is a result of the fact that the underlying API: https://sandbox.it.auth0.com/api/we…
-
In the documentation [here](https://webtask.io/docs/wt-cli) the flag is mentioned as working: `Use --prod to allow the webtask server to cache the webtask's code between runs.`
But in the CLI, when…
-
The ui interface only allows for fairly simple scheduling. It would be nice if scheduling could be done as CRON or Rate expressions (Azure functions, Aws lamda and Webtask all have it...)
-
For now, external services like [webtask cron](https://webtask.io/docs/cron) are a great alternative.
-
Version 3.4.0 seems to be broken. When using wt-cli, I have this error :
```javacsript
Sandbox.prototype.updateStorage = function (storage, options, cb) {
^
ReferenceError: Sandbox is not define…
xurei updated
6 years ago
-
Gryphon crashes after submitting a new configuration for service task. I tried to reference an attribute of an data object within the URL field of the webtask.
web service URL field content: `https…
-
Hi,
I'm using serverless webtask.io to run my node functions. Unfortunately, webtask.io supports node v4.8.7 and it seems vaderSentiment doesn't work with the version.
/usr/local/lib/node_modules/…
-
Is there any plan to allow upload zip package directly like AWS lambda service? That way we can use any package we want.
WebTask is an awesome idea!