Erdoğan YOKSUL
Erdoğan YOKSUL
Can you take care this issue please, I need to use `func.md5` on `UniqueConstraint(`. I am trying update with `.on_conflict_do_update(` and tells me `there is no unique or exclusion constraint...
Maybe it will be helped, I was wrote some of lines at https://github.com/celery/celery/issues/6707#issuecomment-825542048 ### Here is the code ```python #!/usr/bin/python3 from celery import Task, Celery celery = Celery( broker='redis://localhost:6379/0', backend...
Is there any update for this?
> In our case, the problem was that the Dependabot secret was not set (https://github.com/codecov/codecov-action/?tab=readme-ov-file#dependabot) This works fine to me, thanks folks! 💯
> You can just add custom runners in dist toml and set it to ubuntu latest. Thank you! Changing `runs-on` keys on `release.yml` file with a `allow-dirty` configuration and using...