Dmitry Maslennikov · Dec 23, 2015 go to post

First problem is with Work Queue Manager, that it does not work in CSP processes. In my project CacheBlocksExplorer, I tried to use it for async scan of database blocks. Here you can find my source, where I use it with WebSocket. Another problem is It does not work as well, if you just have only one core. 

So, you can force set how many jobs use:

Set ^||%ISC.WorkQueueMgr("ForceJobs")=2

Dmitry Maslennikov · Dec 10, 2015 go to post

Timur already wrote about it some time before. It is works, but not shows any response, before you update the page.

Sorry, I forgot to mention it. It works only with versions where added native JSON, so, 2015.3FT and 2016.1FT

Well, docker container is very good. So, is it possible to get an access to this container, if I don't want to test Atelier with my code on servers outside of my company?