
All solar cli actions will be atomic, for example if user is going to create resources from composer file - all or none will be added to database If for some reason this behaviour is undesirable for particular command developer can overwrite it by using default click command: @group.command(cls=click.Command) For those who are using solar as a library - decorator and context managers are available in following module: from solar.dblayer.utils import atomic @atomic def setup(): Change-Id: I8491d90f17c25edc85f18bc7bd7e16c32c3f4561
Solar README
Solar is a resource manager and orchestration engine for distributed systems.
Please read the Documentation to see how to install and use Solar. For start checkout our Wordpress tutorial
Description
Languages
Python
91.4%
Shell
4.9%
Erlang
1.6%
Ruby
1.1%
HAProxy
0.6%
Other
0.3%