Naotoshi Seo
Naotoshi Seo
I wish that digdag supports multiple queues. In my company, we setup an AWS autoscaling cluster to run digdag agents as https://techblog.zozo.com/entry/digdag_ha (Japanese) describes. We want to separate and create...
My final purpose is to use secrets in embulk liquid files and in docker containers. If my final purpose can be achieved, another approach is acceptable for me. To use...
### print_exc() hello.pyx ``` import traceback try: raise except: traceback.print_exc() ``` => ``` Traceback (most recent call last): File "hello.pyx", line 4, in hello (hello.c:1050) raise ``` ### print_stack() hello.pyx...