Kristian Kvilekval
Kristian Kvilekval
authorization interface has changed
This will convert ini paramerts to bool or int if they can be. Allows for max_tasks_per_child to be set as well as others for celery workers fixes : https://github.com/sontek/pyramid_celery/issues/103
Setting integer properties results in the worker failing to start.. we could default to use_celeryconfig but would prefer to keep the config in the ini file. ``` [celery] ... worker_max_tasks_per_child=1024...
Any plans to support pyramid ? Is there a guide to how to support a new framework?
``` [1] b = Bunch(a=1,b=2) [2] repr(b) File ~/lib/python3.10/site-packages/bunch/__init__.py:200, in Bunch.__repr__(self) 189 """ Invertible* string-form of a Bunch. 190 191 >>> b = Bunch(foo=Bunch(lol=True), hello=42, ponies='are pretty!') (...) 197 (*)...
# Bug Report --- ## Describe the bug We create mulitple registries for our container groups, however we recieve this error when running in terraform ``` resource "digitalocean_container_registry" "viqi_build_images" {...
I tried `python -m magic a_test_file` but it failed.