jarv / cmdchallenge

This repo is mirror of https://gitlab.com/jarv/cmdchallenge
https://about.cmdchallenge.com
MIT License
721 stars 71 forks source link

Bash regex match times out #150

Closed ecksun closed 7 years ago

ecksun commented 7 years ago

Summary

Bash command with regex match times out

Steps to reproduce

https://cmdchallenge.com/#/files_starting_with_a_number

bash(0)> [[ '737Jeffrey' =~ [[:digit:]] ]] && echo "woo"
Command timed out
ecksun commented 7 years ago

This might in fact be related to issue #136

jarv commented 7 years ago

Thanks for the report, it looks like all non-cached commands are timing out right now, I will update the issue when it is resolved.

jarv commented 7 years ago

OK It looks like I just got a huge spike in traffic and I am having trouble keeping up.

0ki commented 7 years ago

You are being reddited: https://www.reddit.com/r/linux/comments/6us6p1/commandline_challenge_test_your_skills/

jarv commented 7 years ago

Sigh.. Sadly I had just switched over some new terraform stuff for provisioning and hadn't yet made it easy to add more servers to handle the non-cached submissions. Just added some more capacity so it should be better now.