-
@Put(':id/start')
@ApiOperation({ summary: '启动任务' })
@Perm(permissions.START)
async start(@IdParam() id: number): Promise {
const task = await this.taskService.info(id)
await th…
LGXAK updated
2 months ago
-
We should add a `GET tasks` (name's up for debate) to our management APIs. It will help with observability and operations by showing potentially hanging tasks and providing a general overview over the…
-
Is it possible to have multiple stack messages appear in a list?
i.e. The use case would be to connect and then log an api request so it would be good if there was an ability to do this.
At the mo…
-
实现一个LazyMan,可以按照以下方式调用:
LazyMan(“Hank”)输出:
Hi! This is Hank!
LazyMan(“Hank”).sleep(10).eat(“dinner”)输出
Hi! This is Hank!
//等待10秒..
Wake up after 10
Eat dinner~
LazyMan(“Hank”).eat(“dinner”…
-
Sentry Issue: [METAMASK-MOBILE-24DE](https://metamask.sentry.io/issues/4572064730/?referrer=github_integration)
```
Error: TaskQueue: Error with task : The 'navigation' object hasn't been initiali…
-
With threads in WASM coming up, there may be some merit to tying them with Task Queues
-
### Which sample has a bug?
quickstarts/taskqueues-backup-images/functions/index.js
I have created my own queue with minor modifications provided in the **Failing Function code used** section. If …
-
Hi, I just cloned the repo, installed DPDK, tried to compile F-Stack but there are two compiler errors where a temporary address is being assigned to a class member. Details below.
```
gcc --versi…
-
I get a bunch of race reports inside the class `AnsiOutputStream` when I accidentally do a ktest on an out-dated kompiled definition:
```
Data race on field org.fusesource.jansi.AnsiOutputStream.pos:…
-
Sentry Issue: [METAMASK-MOBILE-281P](https://metamask.sentry.io/issues/4917933489/?referrer=github_integration)
```
Error: TaskQueue: Error with task : The address: ** is not imported
at getAddress…