randix

Results 6 issues of randix

what are groups_for_signal and groups_for_consumer for? I've read the documents but still have no clue about them. And I don't get what " f'chat__{instance}'" means in the example, what does...

BambooDjangoRuntime的集合多个mixin 正常来说, 如果我想更改其中某一个功能, 例如Process的某些行为, 例如die 的方法, 我可以 ```python class BambooDjangoRuntime( CustomProcessMixin, ) ``` 或者 ```python class CustomeRuntime(BambooDjangoRuntime): def die(self, process_id: int): do something() ``` 但是经过测试这不符合预期。 因为我发现在`pipeline/eri/celery/tasks.py` 里面`execute` 和 `schedule` 的方法里面:`runtime...

要预约暂停必先要在run_pipeline 保存数据库后才能调用,即流程运行后才能预约, 这样子节点跑的快的话可能还没预约已经结束。

same machine as yours. RUnning on 12.1 and when the screen goes off and no way to turn it back on unless a restart

in django debug tool you can see if you use BulkUpdateMixin when you make a get request, the select_related and prefech related are not treated properly

没有`self.callback` 这个属性, 应该是typo? 应该是callback? ![image](https://github.com/TencentBlueKing/bamboo-engine/assets/20535517/da15160a-6a43-4899-ae22-ae65121ad09b) 多次回调也是没有, `self.callback` 这个属性,而且, else if 是个语法错误。 ![image](https://github.com/TencentBlueKing/bamboo-engine/assets/20535517/822cdae2-f231-4d8d-970c-c9d9a5cfb720) 另外就是回调不成功 ```python class WaitCallbackService(Service): __need_schedule__ = True __multi_callback_enabled__ = True def _external_api_call(self): pass def execute(self, data, parent_data): self._external_api_call()...