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
since pizza generation will be deterministic, we can pre-render them. see #155
this issue is to create a cloud instance and begin rendering the pizzas determiistically starting with each possible combnation of the recipes for each box that can be redeemed.
after working thru the existing boxes, start running for ones that have not been sold yet.
a good implementation may be to invoke the python app with command line arguments and just let it run.
The text was updated successfully, but these errors were encountered:
since pizza generation will be deterministic, we can pre-render them. see #155
this issue is to create a cloud instance and begin rendering the pizzas determiistically starting with each possible combnation of the recipes for each box that can be redeemed.
after working thru the existing boxes, start running for ones that have not been sold yet.
a good implementation may be to invoke the python app with command line arguments and just let it run.
The text was updated successfully, but these errors were encountered: