minsk-hackerspace / hackerspace.by

Website of Minsk Hackerspace (Ruby on Rails)
https://hackerspace.by/
11 stars 20 forks source link

Bank information fetcher: use rails cache properly #445

Closed jekhor closed 4 years ago

jekhor commented 4 years ago

Unconditionally update cache with the "hs_balance" value every fetcher's run. Value will expire in 3 hours after last successfull fetch.

Don't use cache for bank transactions fetching.