createPushNotificationJson
creates a notification.json file under a constant path
#601
Labels
createPushNotificationJson
creates a notification.json file under a constant path
#601
This is no good if we want parallelization.
Path should either be generated using
mktemp
(and cleaned up after use), or it should contain enough process information to be unique per instance.The text was updated successfully, but these errors were encountered: