Bowen Liang
Bowen Liang
This is an interesting hint for all local deployment users. Maybe `celery beat` should be mentioned on the docs for `Local Source Code Start`(https://docs.dify.ai/getting-started/install-self-hosted/local-source-code).
The title and the description emphasize the key change is `merging` eslints options, while `prettier` linter action is introduced for the js scripts as well. Is it the main purpose...
> > The title and the description emphasize the key change is `merging` eslints options, while `prettier` linter action is introduced for the js scripts as well. Is it the...
cc @takatost @Yeuoly
BTW, during the refactoring, it's found that the approaches for the input objects serialization vary between Python and Javascript. The one for Python is wrapped in Base64 encoding, while the...
Yes, the differences were noticed. So maybe we could unify the json+base64 as the standard serialization for input objects in the future.
And there's another point I may want to have your suggestions. We are still using `replace` with to fill the code and inputs, as the existed way before refactoring. Do...
> > And there's another point I may want to have your suggestions. We are still using `replace` with to fill the code and inputs, as the existed way before...
> > Yes, the differences were noticed. So maybe we could unify the json+base64 as the standard serialization for input objects in the future. > > feel free to do...
Some questions for further investigation: 1. how the `global_keyprefix` config of celery helps to fix the slot problem in Redis cluster concepts. 2. What's `{celery_global_prefix}` in the config example? Any...