You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many issues with scaling this cartridge, I'm using zipped distribution file, when the application receives man hits, the gears got scaled but the problem the new gear is just like new gear not clone anything from original gear, so the variables in .profile and any system variables will not be shared, also the problem I don't see my git repository cloned.
Not only this, when I see HAProxy the new gear is down, and using ssh it says Distribution file not found.
The Critical part is the whole application go down after that!
Any suggestion for this issue to solve?
The text was updated successfully, but these errors were encountered:
.profile file will not be the same in newly created gear (the new gear will get the first version of .profile)
the new gear will be created as new gear and will not get the data pushed with git inside app-root directory, instead, the data can be found inside app-deployment directory so you need to start from there, not from root one.
You may need to check my fork (I have changed the control file mainly, but you can compare with git), let me know what you think.
I have many issues with scaling this cartridge, I'm using zipped distribution file, when the application receives man hits, the gears got scaled but the problem the new gear is just like new gear not clone anything from original gear, so the variables in .profile and any system variables will not be shared, also the problem I don't see my git repository cloned.
Not only this, when I see HAProxy the new gear is down, and using ssh it says Distribution file not found.
The Critical part is the whole application go down after that!
Any suggestion for this issue to solve?
The text was updated successfully, but these errors were encountered: