After I confirm submission of my task, the check button keeps on loading till I run out of time. My task never gets validated. I have used both Chrome and Safari.
Does anyone have a workaround this? This has been the case for 2 days
Thanks
After I confirm submission of my task, the check button keeps on loading till I run out of time. My task never gets validated. I have used both Chrome and Safari.
Does anyone have a workaround this? This has been the case for 2 days
Thanks
It seems like a technical glitch. Can you please try again?
Also, please share the task name.
Regards,
Thanks @Tej-Singh-Rana
I’ve retried, same outcome.
The task is Print Environment Variables in k8s level 2
@Tej-Singh-Rana I think it’s a bug which occurred because I used sleep infinity to keep the container running indefinitely
command: [“/bin/sh”, “-c”, ‘echo “$(GREETING) $(COMPANY) $(GROUP)” && sleep infinity’]
The task got completed once I stopped the container from running indefinitely