method call of forecast pipeline seems to call external API twice instead of once
one call with: customer_id = 999999 and starting_date = None
- reported: 29.04.2025
- method call of forecast pipeline seems to call external API twice instead of once
- one call with: `customer_id = 999999` and `starting_date = None`
foefl
added the bug label 2025-04-29 11:58:33 +00:00
foefl
self-assigned this 2025-04-29 11:58:33 +00:00
foefl
added this to the bug fixes project 2025-04-29 11:58:33 +00:00
foefl
moved this to In Progress in bug fixes on 2025-04-29 12:12:17 +00:00
included to assert login status, see: https://git.d-opt.de/delta-barth/delta-barth-py/src/commit/daaf48f1dbcafa683edbda184e0567b9c60bdbc6/src/delta_barth/session.py#L308
directly try to obtain data and in case of 401 error try to re-login
change signature from assert_login to relogin or just use login method
**check elimination of assertion for login**
- directly try to obtain data and in case of 401 error try to re-login
- change signature from `assert_login` to `relogin` or just use `login` method
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
customer_id = 999999andstarting_date = Noneincluded to assert login status, see:
check elimination of assertion for login
assert_logintoreloginor just useloginmethodadd max retry parameter to constants