Cesar Ho

Results 8 comments of Cesar Ho

I also run into the same error. How is it done? Copy the jquery.js after collect static ?

Thanks. I got it working. Do you have the issue that the input box can only clickable when the mouse if point at the bottom line only?

Wow. Your fix exactly solved the problem. Thank you very much~~

Should the dal packages include the jquery in the statics file, then everything should be easy for deployment?

James, yes the issue is solved. I have copied the jQuery in the DAL static files so that it can copy to /static during collect statics.

@rosa Really appreciated your help and creating solid queue. We are migrating the workload from Lambda to SolidQueue. To give you more context, we have set 3 scheduler jobs at...

Thanks @iJackUA I also encountered deadlock when using `ActiveJob.perform_all_later.`. Then, I switch back to perform_later. The deadlocks occasionally happened as well.

@rosa No worry. Thanks for getting back. Is there any hints how should the worker thread and job currency setup on using solid queue? ``` JOB_CONCURRENCY: 20 WORKER_THREADS: 20 ```...