nieznanysprawiciel
nieznanysprawiciel
Could be solved by: https://github.com/golemfactory/yagna/pull/2136
For me semantic of allocation should be something like: "This is the biggest amount I want to pay for this task". So we don't need to estimate transactions costs when...
Investigate what is opening so many files. Decide if we should try to optimize it.
If someone encounters this problem again, please run `lsof -p {process_id}` for both `yagna` and running api.
@golemfactory/devops team will monitor open file descriptors after doing task: https://github.com/golemfactory/golem-internal/issues/393
This task depends on @golemfactory/devops team
Will be solved by: https://github.com/golemfactory/yagna/issues/2048
It's interesting: ``` sqlite> select * from pay_debit_note_event where timestamp > "2022-07-29 12:33:14"; a676b7e9-4c65-48cc-b342-c26debfe056b|0xd1dd36c60c5b3bf723a93e16ce472ae0e66c664d|ACCEPTED|2022-07-29 12:33:14.000| fbc76fb3-e95a-44a9-b445-cc431e82296a|0xd1dd36c60c5b3bf723a93e16ce472ae0e66c664d|RECEIVED|2022-07-29 12:35:13.183| d5c04c10-1e5b-4587-853f-0d1139841aa0|0xd1dd36c60c5b3bf723a93e16ce472ae0e66c664d|RECEIVED|2022-07-29 12:37:13.183| ``` but ``` sqlite> select * from pay_debit_note_event where timestamp >...
Related issue: https://github.com/golemfactory/yagna/pull/2086
It seems I solved problem problem with logs eating disk space, but unique constraints won't go away. Reopening