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
Currently, the koral projects builds the application jar on each remote (master, slave) server. It would be preferable to use a single machine for building (e.g. your local development computer) the jar file and copy it (more specific: the jar-with-dependencies variant) to the remote machines for executions.
Reasons:
Building software on multiple machines has overhad in CPU time, HDD usage (build environment) and data transfer
If you want to provide releases here ready for download your environment should also be able to use these releases - instead of forcing the user to build the application himself
Best regards
Matthias
The text was updated successfully, but these errors were encountered:
Currently, the koral projects builds the application jar on each remote (master, slave) server. It would be preferable to use a single machine for building (e.g. your local development computer) the jar file and copy it (more specific: the jar-with-dependencies variant) to the remote machines for executions.
Reasons:
Best regards
Matthias
The text was updated successfully, but these errors were encountered: