-
`flytectl update tasks`
-
`flytectl create tasks`
-
Especially relevant for reusing someone standard init tasks.
Example:
Could a task in my_new_task_package consist of an init-task from fractal-tasks-core & a compute task from my_new_task_package?…
-
pikiwidb 命令处理相关功能的开发
在pikiwidb中, 每一个命令处理对应一个C++的class, 当服务端收到一条命令时,会去找这个命令处理对应的对象, 如果没有找到返回错误, 如果找到后, 执行对应的命令.
函数入口(这是临时处理函数,后面会调整这个函数的实现) https://github.com/OpenAtomFoundation/pikiwidb/blob/e05…
-
# Bug description
Tasks & Notes `Morph many` "Relations" are not displayed on kanban views
![CleanShot 2024-09-30 at 17 47 02](https://github.com/user-attachments/assets/b666efa4-add1-440c-b315-…
-
A way to produse tasks would be great for `ParallelRunner` sub-classes in terms of reusability.
There exists duplicate between consumer method for ParallelRunner` class and `AsyncRunner` class.
A w…
-
Create a new task from a task template. The main point is to be able to create tasks that use same description and checklist structure frequently.
## Migration
table: task_templates
fields:
…
-
Sometimes, the items in your Todo are very small, e.g. a shopping list
```
* bread
* butter
* more bread
```
In it's current form I'd have to type `tb -t @shopping bread`, `tb -t @shopping b…
-
### Discussed in https://github.com/celery/celery/discussions/8912
Originally posted by **RamachandranSitaraman-IB** March 14, 2024
I have a celery (5.3.5) based deployment with rabbitmq. Whe…
-
While working on the big training and bug fixes I ran into many issues with scheduling specific tasks. Basically, the graph and caches can be in an arbitrary state and we still should be able to run t…