ericgjackson / slumbot2019

Implementations of CFR for solving a variety of Holdem-like poker games
MIT License
134 stars 30 forks source link

Website and server down #37

Open maronjan opened 6 months ago

maronjan commented 6 months ago

Hey, as it seems I cant enter the website nor get any response from the API currently

ericgjackson commented 6 months ago

It should be back up now.

The site's gone down a couple of times in the last few days. Not totally sure why yet.

maronjan commented 6 months ago

I hope it wasnt me =) Im doing request multithreaded because I live outside the US

ericgjackson commented 6 months ago

Hmm, down again. Did you start your job again in the last two hours? (It's not your fault, just trying to understand what is triggering this.)

ericgjackson commented 6 months ago

It's back up.

I'm working under the assumption that too many requests from you are causing my instance to hang (although I'm not sure). If you'd like to avoid this, you could try sending fewer concurrent requests. Otherwise, you can just wait for me to make the site more robust, although I'm not sure how long that will take.

maronjan commented 6 months ago

No didnt send anything today. I can try fewer threads. But I think it worked fine the day before yesterday and suddenly just stopped working yesterday

huttarichard commented 2 months ago

Failed to load resource: the server responded with a status of 400 (Error from Redis in response to request "SET token_66d29a7f-f1ab-424e-85cd-f653c0bd0c78 {"user_id": -1, "hand_id": 0, "action": "b200", "client_pos": 0, "hole_cards": [21, 9, 49, 22], "board_cards": [35, 13, 12, 51, 36], "session_seed": 768564038, "session_total": 0, "session_baseline_total": 0, "last_modified": 1717690251}" ("MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."))

ericgjackson commented 2 months ago

Looking into this now.

ericgjackson commented 2 months ago

The site is back up now.

maronjan commented 2 months ago

I only get 400 currently for the new_hand API call. Is the server down?

ericgjackson commented 2 months ago

It should be back up now. (Heavy usage was causing the disk to fill up. I've made a change to reduce some logging which I expect to help.)