Skip to content

Commit

Permalink
quick fix for on failure restart for data creator
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Jun 13, 2024
1 parent b108901 commit babb1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/hack_week/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
],
os_type=containerinstance.OperatingSystemTypes.LINUX,
resource_group_name=resource_group.name,
restart_policy=containerinstance.ContainerGroupRestartPolicy.NEVER,
restart_policy=containerinstance.ContainerGroupRestartPolicy.ON_FAILURE,
sku=containerinstance.ContainerGroupSku.STANDARD,
volumes=[
containerinstance.VolumeArgs(
Expand Down

0 comments on commit babb1d3

Please sign in to comment.