Rafael B.C.

Results 5 issues of Rafael B.C.

I have problems to configure a private repo because of "unauthorized: authentication required" using plain docker i would do "docker login" and later push. how can i perform this with...

enhancement

How can i configure to have different fail queues instead of only one common? I want a dedicated fail queue per each queue to hold their failed jobs.

Is there a nice way to mark a job as failed ... i thought i may throw an exception but maybe there is some other nicer way.

I created a new customer ``` javascript {"firstname":"yo","lastname":"yo","address": {"street":"12","zipCode":"123","city":"123", "location": {"latitude":"43.092318","longitude":"-70.792327"}}} ``` That gets stores in database: ``` javascript { "firstname" : "yo", "lastname" : "yo", "address" : { "street"...

Hello, Im trying to use memcached with grails 2.4.3. I have L2 cache and query cache enabled, When i run my app i get an error Caused by: org.hibernate.cache.NoCacheRegionFactoryAvailableException??: Second-level...