Voyz / ibeam

IBeam is an authentication and maintenance tool used for the Interactive Brokers Client Portal Web API Gateway.
Apache License 2.0
569 stars 112 forks source link

Make Repeating status check attempts configurable #177

Closed ocarlsen closed 1 week ago

ocarlsen commented 7 months ago

When starting up the image, it says

"Repeating status check attempts another 14 times"

I would like to make this configurable.

Voyz commented 6 months ago

Set IBEAM_MAX_STATUS_CHECK_RETRIES environment variable to modify the amount of times it retries.

Thanks for pointing it out, the documentation is out of date. I'll sit down to update it once I find a minute 🙏

See https://github.com/Voyz/ibeam/blob/master/ibeam/src/var.py for a most recent list of supported environment variables.

Voyz commented 1 week ago

I've updated the table in the Wiki and added a script that extract these so it should be easier to carry out in the future. Thanks for pointing it out 👍