<@UAA1TMMTR> Why is it that when I perform a SDF d...
# sdf
b
@Albert Margarit (NS Eng Lead) Why is it that when I perform a SDF deployment via WebStorm the whole application will freeze and I need to wait until the deployment has been finished? Can’t the process be executed in the background instead? I can’t even work on another project in the mean time with WebStorm. Perhaps I should dive into SDF CLI :πŸ˜†
βœ… 2
c
The plugin process most likely isn't threaded in their webstorm plugin so it takes over until done. They can definitely update this but it required a plugin code change and plugin update to the users.
I had the same issue when I built my plugin a while back until I threaded it.
πŸ‘ 1
e
How long does a deploy take?
b
3 mins
sometimes less
e
Can confirm deploying from the Terminal within WebStorm does not lock the rest of it
b
@creece thanks for creating the plug-in. Started using it 3 years ago as a noob NS developer. @erictgrubaugh thanks for testing it. I can now dive into SDF CLI πŸ™‚
c
np! its def a threading issue they just need to fix it or most likely ignore πŸ˜›
it may be "by design" to do what they are doing too. Who knows but albert probably
b
Yeah probably a U7: currently not planned
e
b
ah great, thanks again
a
Hi, we are working on some new features that will probably fix it. But will look into this and will update you.
πŸ˜ƒ 1
c
RunnableBackgroundableWrapper I believe is what you need here.
πŸ‘ 1