Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Add flag to restart bot upon failures #9

Open
ChrisFox-Eth opened this issue Jun 12, 2023 · 1 comment
Open

Request: Add flag to restart bot upon failures #9

ChrisFox-Eth opened this issue Jun 12, 2023 · 1 comment

Comments

@ChrisFox-Eth
Copy link

Following up on a thread in Reservoir Discord - https://discord.com/channels/872790973309153280/926358989770473493/1117842474883358761

https://cdn.discordapp.com/attachments/1117842474883358761/1117888999256752189/Screenshot_2023-06-12_at_2.39.58_PM.png

Add restart: on-failure to docker-compose.yml

Context:

"Yeah, the one other tweak I would recommend if you're interested in feedback is adding a built-in configurable flag for this in the yaml file.
Before I knew I could add this, 3-5 times a week some kind of conflict/caching issue would occur after an event (like a sale or a new floor listing) that crashed the docker container, and I'd have to manually restart it. And then it would replay events and spam our Discord channels.
Could be way off/naive but it seemed like a race condition would occur when polling multiple marketplaces and sorting through duplicate data.
Anyway... suggesting because although the ideal path is to investigate/clean up the root cause, this 30-second interim solution took our bot from a headache to now running for about 30 days straight without one single hiccup"

@ChrisFox-Eth
Copy link
Author

FWIW, adding some Docker logs to demonstrate the type of errors I was reporting. Previously, this would have caused the bot to go down, and a manual restart from me on Docker. Now it resumes automatically and it's not even noticed in Discord.

2023-06-11 23:08:57 rat-discord-bot | Waiting for redis:6379. 2023-06-11 23:08:57 rat-discord-bot | Connected! 2023-06-11 23:08:57 rat-discord-bot | [2023-06-12T03:08:57.444Z (info)] The port is now open on IPv4! 2023-06-11 23:08:57 rat-discord-bot | [2023-06-12T03:08:57.696Z (info)] Successfully registered commands: [{"id":"1105905039719022613","application_id":"1105890700840669307","version":"1105905039719022617","default_member_permissions":null,"type":1,"name":"collection","name_localizations":null,"description":"Search for NFT Collections using an identifying name","description_localizations":null,"dm_permission":true,"contexts":null,"options":[{"type":3,"name":"name","name_localizations":null,"description":"Search for collections that match a string","description_localizations":null,"required":true},{"type":4,"name":"limit","name_localizations":null,"description":"Number of items returned (max: 20)","description_localizations":null}],"nsfw":false},{"id":"1105905039719022614","application_id":"1105890700840669307","version":"1105905039719022618","default_member_permissions":null,"type":1,"name":"disablealert","name_localizations":null,"description":"Disable an alert","description_localizations":null,"dm_permission":true,"contexts":null,"options":[{"type":3,"name":"name","name_localizations":null,"description":"alert to disable","description_localizations":null,"required":true,"choices":[{"name":"listings","name_localizations":null,"value":"listings"},{"name":"sales","name_localizations":null,"value":"sales"},{"name":"floor","name_localizations":null,"value":"floor"},{"name":"bid","name_localizations":null,"value":"bid"}]}],"nsfw":false},{"id":"1105905039719022615","application_id":"1105890700840669307","version":"1105905039719022619","default_member_permissions":null,"type":1,"name":"enablealert","name_localizations":null,"description":"Enable an alert","description_localizations":null,"dm_permission":true,"contexts":null,"options":[{"type":3,"name":"name","name_localizations":null,"description":"alert to enable","description_localizations":null,"required":true,"choices":[{"name":"listings","name_localizations":null,"value":"listings"},{"name":"sales","name_localizations":null,"value":"sales"},{"name":"floor","name_localizations":null,"value":"floor"},{"name":"bid","name_localizations":null,"value":"bid"}]}],"nsfw":false},{"id":"1105905039719022616","application_id":"1105890700840669307","version":"1105905039719022620","default_member_permissions":null,"type":1,"name":"listalerts","name_localizations":null,"description":"list all alert","description_localizations":null,"dm_permission":true,"contexts":null,"nsfw":false}] 2023-06-11 23:08:58 rat-discord-bot | [2023-06-12T03:08:58.099Z (info)] Discord bot is connected as Saler Moon#6840 2023-06-11 23:41:27 rat-discord-bot | [2023-06-12T03:41:27.903Z (error)] Error TypeError: fetch failed updating new sales 2023-06-11 23:52:56 rat-discord-bot | [2023-06-12T03:52:56.460Z (error)] Error TypeError: fetch failed updating new sales 2023-06-11 23:52:56 rat-discord-bot | [2023-06-12T03:52:56.462Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 00:09:41 rat-discord-bot | [2023-06-12T04:09:41.010Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 00:09:41 rat-discord-bot | [2023-06-12T04:09:41.012Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 00:28:40 rat-discord-bot | [2023-06-12T04:28:40.683Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 01:27:47 rat-discord-bot | [2023-06-12T05:27:47.210Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 01:45:09 rat-discord-bot | [2023-06-12T05:45:09.843Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 01:45:09 rat-discord-bot | [2023-06-12T05:45:09.844Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 02:17:13 rat-discord-bot | [2023-06-12T06:17:13.992Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 02:19:43 rat-discord-bot | [2023-06-12T06:19:43.208Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 02:46:06 rat-discord-bot | [2023-06-12T06:46:06.948Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 02:46:06 rat-discord-bot | [2023-06-12T06:46:06.952Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 03:01:52 rat-discord-bot | [2023-06-12T07:01:52.285Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 03:01:52 rat-discord-bot | [2023-06-12T07:01:52.286Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 03:18:06 rat-discord-bot | [2023-06-12T07:18:06.390Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 03:34:13 rat-discord-bot | [2023-06-12T07:34:13.387Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 03:34:13 rat-discord-bot | [2023-06-12T07:34:13.388Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 04:25:33 rat-discord-bot | [2023-06-12T08:25:33.159Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 04:43:03 rat-discord-bot | [2023-06-12T08:43:03.046Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 04:51:20 rat-discord-bot | [2023-06-12T08:51:20.729Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 05:07:40 rat-discord-bot | [2023-06-12T09:07:40.535Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 05:10:38 rat-discord-bot | [2023-06-12T09:10:38.145Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 05:10:38 rat-discord-bot | [2023-06-12T09:10:38.146Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 05:10:39 rat-discord-bot | [2023-06-12T09:10:39.298Z (info)] cached listing not found, resetting 2023-06-12 05:24:01 rat-discord-bot | (node:1) ExperimentalWarning: buffer.File is an experimental feature and might change at any time 2023-06-12 05:24:01 rat-discord-bot | (Use node --trace-warnings ... to show where the warning was created) 2023-06-12 05:25:33 rat-discord-bot | [2023-06-12T09:25:33.554Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 05:25:33 rat-discord-bot | [2023-06-12T09:25:33.557Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 05:44:06 rat-discord-bot | [2023-06-12T09:44:06.410Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 05:44:06 rat-discord-bot | [2023-06-12T09:44:06.412Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 06:00:08 rat-discord-bot | [2023-06-12T10:00:08.427Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 06:09:55 rat-discord-bot | [2023-06-12T10:09:55.729Z (info)] skipping duplicated listing order from other marketplace 0xbc29085129db4a738369e4452c198753047722efaee9a4f122c77d47d07524e9 2023-06-12 06:09:57 rat-discord-bot | [2023-06-12T10:09:57.901Z (info)] skipping duplicated listing order from other marketplace 0x5b2ef55351ff8643fa233625c137683dc5c7ad54f904959b860df6ab0a1b7bd9 2023-06-12 06:28:53 rat-discord-bot | [2023-06-12T10:28:53.823Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 06:28:55 rat-discord-bot | [2023-06-12T10:28:55.744Z (info)] skipping duplicated listing order from other marketplace 0xdf524e2847329c13dc6928eb1dd2981713f50fb5f2f0f5a199779c0f755eb568 2023-06-12 06:28:55 rat-discord-bot | [2023-06-12T10:28:55.745Z (info)] skipping duplicated listing order from other marketplace 0x44584e39e39b592d35028a315334141c4bc6d43e462ba992658f4ee16f08026d 2023-06-12 06:29:45 rat-discord-bot | [2023-06-12T10:29:45.884Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 06:48:51 rat-discord-bot | [2023-06-12T10:48:51.222Z (info)] skipping duplicated listing order from other marketplace 0xc8d380046d8c1090d6ade8229dde433cd12b663944c6bf6cec4b6286850951d0 2023-06-12 06:49:17 rat-discord-bot | [2023-06-12T10:49:17.648Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 06:49:17 rat-discord-bot | [2023-06-12T10:49:17.648Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 07:05:55 rat-discord-bot | [2023-06-12T11:05:55.934Z (info)] skipping duplicated listing order from other marketplace 0x91b9df01ebc61e56cd2cdc5eb987638bddd862bd7487535d7a1e7478ca04c009 2023-06-12 07:05:55 rat-discord-bot | [2023-06-12T11:05:55.935Z (info)] skipping duplicated listing order from other marketplace 0x5e146a5a005858577b524a1619b37f5f746c410b9d16ce22ab37c27514064ec2 2023-06-12 07:05:56 rat-discord-bot | [2023-06-12T11:05:56.338Z (info)] skipping duplicated listing order from other marketplace 0xe33a6e3a955882c35434ad3b5a8d3c3a5c1b99150f790e371ce55e86e177179f 2023-06-12 07:09:55 rat-discord-bot | [2023-06-12T11:09:55.486Z (info)] skipping duplicated listing order from other marketplace 0x91bf7de90d6ba92298e49d689a49ba452d5008e89f02557430410088e42845f0 2023-06-12 07:09:55 rat-discord-bot | [2023-06-12T11:09:55.487Z (info)] skipping duplicated listing order from other marketplace 0x38f1b0c55fffdea4c2e5c8d99bf37b83d27e52defa6ca83dbca948d63809cc70 2023-06-12 07:24:38 rat-discord-bot | [2023-06-12T11:24:38.787Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 07:30:59 rat-discord-bot | [2023-06-12T11:30:59.260Z (error)] Error TypeError: fetch failed updating new listings 2023-06-12 07:30:59 rat-discord-bot | [2023-06-12T11:30:59.261Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 07:53:56 rat-discord-bot | [2023-06-12T11:53:56.861Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 08:01:57 rat-discord-bot | [2023-06-12T12:01:57.852Z (info)] skipping duplicated listing order from other marketplace 0x52aef8d0d54f61811eeb8350744e6ed674bed9db7b26f70190b4b726c730841e 2023-06-12 08:07:25 rat-discord-bot | [2023-06-12T12:07:25.222Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 08:07:28 rat-discord-bot | [2023-06-12T12:07:28.430Z (info)] skipping duplicated listing order from other marketplace 0x3dcae337e34c46eee61d0a857ec165928ef108866885d6ac163400d460c8ea9f 2023-06-12 08:07:28 rat-discord-bot | [2023-06-12T12:07:28.430Z (info)] skipping duplicated listing order from other marketplace 0x87373cf70121300a626b5d08964279b7558e5b8af57cf8ef029660483f7d32cd 2023-06-12 08:35:34 rat-discord-bot | [2023-06-12T12:35:34.606Z (error)] Error TypeError: fetch failed updating new sales 2023-06-12 08:57:54 rat-discord-bot | [2023-06-12T12:57:54.338Z (info)] skipping duplicated listing order from other marketplace 0x92f47b7452a00dc55d83823f6aa03bd6da22a6464ae1b1e1a10f02ad1623c96d 2023-06-11 23:08:56 cache | 1:C 12 Jun 2023 03:08:56.835 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 2023-06-11 23:08:56 cache | 1:C 12 Jun 2023 03:08:56.835 # Redis version=7.0.9, bits=64, commit=00000000, modified=0, pid=1, just started 2023-06-11 23:08:56 cache | 1:C 12 Jun 2023 03:08:56.835 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 2023-06-11 23:08:56 cache | 1:M 12 Jun 2023 03:08:56.836 * monotonic clock: POSIX clock_gettime 2023-06-11 23:08:56 cache | 1:M 12 Jun 2023 03:08:56.837 * Running mode=standalone, port=6379. 2023-06-11 23:08:56 cache | 1:M 12 Jun 2023 03:08:56.837 # Server initialized 2023-06-11 23:08:56 cache | 1:M 12 Jun 2023 03:08:56.839 * Ready to accept connections 2023-06-12 00:08:57 cache | 1:M 12 Jun 2023 04:08:57.087 * 1 changes in 3600 seconds. Saving... 2023-06-12 00:08:57 cache | 1:M 12 Jun 2023 04:08:57.090 * Background saving started by pid 21 2023-06-12 00:08:57 cache | 21:C 12 Jun 2023 04:08:57.098 * DB saved on disk 2023-06-12 00:08:57 cache | 21:C 12 Jun 2023 04:08:57.099 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 00:08:57 cache | 1:M 12 Jun 2023 04:08:57.190 * Background saving terminated with success 2023-06-12 05:10:39 cache | 1:M 12 Jun 2023 09:10:39.319 * 1 changes in 3600 seconds. Saving... 2023-06-12 05:10:39 cache | 1:M 12 Jun 2023 09:10:39.322 * Background saving started by pid 22 2023-06-12 05:10:39 cache | 22:C 12 Jun 2023 09:10:39.329 * DB saved on disk 2023-06-12 05:10:39 cache | 22:C 12 Jun 2023 09:10:39.329 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 05:10:39 cache | 1:M 12 Jun 2023 09:10:39.423 * Background saving terminated with success 2023-06-12 06:10:40 cache | 1:M 12 Jun 2023 10:10:40.064 * 1 changes in 3600 seconds. Saving... 2023-06-12 06:10:40 cache | 1:M 12 Jun 2023 10:10:40.065 * Background saving started by pid 23 2023-06-12 06:10:40 cache | 23:C 12 Jun 2023 10:10:40.073 * DB saved on disk 2023-06-12 06:10:40 cache | 23:C 12 Jun 2023 10:10:40.073 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 06:10:40 cache | 1:M 12 Jun 2023 10:10:40.171 * Background saving terminated with success 2023-06-12 07:10:41 cache | 1:M 12 Jun 2023 11:10:41.039 * 1 changes in 3600 seconds. Saving... 2023-06-12 07:10:41 cache | 1:M 12 Jun 2023 11:10:41.040 * Background saving started by pid 24 2023-06-12 07:10:41 cache | 24:C 12 Jun 2023 11:10:41.049 * DB saved on disk 2023-06-12 07:10:41 cache | 24:C 12 Jun 2023 11:10:41.050 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 07:10:41 cache | 1:M 12 Jun 2023 11:10:41.150 * Background saving terminated with success 2023-06-12 08:12:52 cache | 1:M 12 Jun 2023 12:12:52.384 * 1 changes in 3600 seconds. Saving... 2023-06-12 08:12:52 cache | 1:M 12 Jun 2023 12:12:52.385 * Background saving started by pid 25 2023-06-12 08:12:52 cache | 25:C 12 Jun 2023 12:12:52.393 * DB saved on disk 2023-06-12 08:12:52 cache | 25:C 12 Jun 2023 12:12:52.393 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 08:12:52 cache | 1:M 12 Jun 2023 12:12:52.490 * Background saving terminated with success 2023-06-12 09:12:53 cache | 1:M 12 Jun 2023 13:12:53.050 * 1 changes in 3600 seconds. Saving... 2023-06-12 09:12:53 cache | 1:M 12 Jun 2023 13:12:53.056 * Background saving started by pid 26 2023-06-12 09:12:53 cache | 26:C 12 Jun 2023 13:12:53.073 * DB saved on disk 2023-06-12 09:12:53 cache | 26:C 12 Jun 2023 13:12:53.073 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 09:12:53 cache | 1:M 12 Jun 2023 13:12:53.162 * Background saving terminated with success 2023-06-12 10:12:54 cache | 1:M 12 Jun 2023 14:12:54.015 * 1 changes in 3600 seconds. Saving... 2023-06-12 10:12:54 cache | 1:M 12 Jun 2023 14:12:54.018 * Background saving started by pid 27 2023-06-12 10:12:54 cache | 27:C 12 Jun 2023 14:12:54.027 * DB saved on disk 2023-06-12 10:12:54 cache | 27:C 12 Jun 2023 14:12:54.028 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 10:12:54 cache | 1:M 12 Jun 2023 14:12:54.124 * Background saving terminated with success 2023-06-12 11:12:55 cache | 1:M 12 Jun 2023 15:12:55.067 * 1 changes in 3600 seconds. Saving... 2023-06-12 11:12:55 cache | 1:M 12 Jun 2023 15:12:55.069 * Background saving started by pid 28 2023-06-12 11:12:55 cache | 28:C 12 Jun 2023 15:12:55.081 * DB saved on disk 2023-06-12 11:12:55 cache | 28:C 12 Jun 2023 15:12:55.081 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 11:12:55 cache | 1:M 12 Jun 2023 15:12:55.176 * Background saving terminated with success 2023-06-12 12:12:56 cache | 1:M 12 Jun 2023 16:12:56.052 * 1 changes in 3600 seconds. Saving... 2023-06-12 12:12:56 cache | 1:M 12 Jun 2023 16:12:56.054 * Background saving started by pid 29 2023-06-12 12:12:56 cache | 29:C 12 Jun 2023 16:12:56.064 * DB saved on disk 2023-06-12 12:12:56 cache | 29:C 12 Jun 2023 16:12:56.065 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 12:12:56 cache | 1:M 12 Jun 2023 16:12:56.157 * Background saving terminated with success 2023-06-12 13:12:57 cache | 1:M 12 Jun 2023 17:12:57.091 * 1 changes in 3600 seconds. Saving... 2023-06-12 13:12:57 cache | 1:M 12 Jun 2023 17:12:57.096 * Background saving started by pid 30 2023-06-12 13:12:57 cache | 30:C 12 Jun 2023 17:12:57.114 * DB saved on disk 2023-06-12 13:12:57 cache | 30:C 12 Jun 2023 17:12:57.114 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 13:12:57 cache | 1:M 12 Jun 2023 17:12:57.202 * Background saving terminated with success 2023-06-12 14:12:58 cache | 1:M 12 Jun 2023 18:12:58.078 * 1 changes in 3600 seconds. Saving... 2023-06-12 14:12:58 cache | 1:M 12 Jun 2023 18:12:58.079 * Background saving started by pid 31 2023-06-12 14:12:58 cache | 31:C 12 Jun 2023 18:12:58.086 * DB saved on disk 2023-06-12 14:12:58 cache | 31:C 12 Jun 2023 18:12:58.086 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 14:12:58 cache | 1:M 12 Jun 2023 18:12:58.180 * Background saving terminated with success 2023-06-12 09:01:57 rat-discord-bot | [2023-06-12T13:01:57.711Z (info)] skipping duplicated listing order from other marketplace 0xb9bcb19193ec33d251e36135b17ffa95883bbf54e87d43a9af245e5b4e6a2557 2023-06-12 09:01:57 rat-discord-bot | [2023-06-12T13:01:57.713Z (info)] skipping duplicated listing order from other marketplace 0xdc788845c0a2cd01e3e4dad7cc1475350d38aa1c14fc2533604c5435e6e280ac 2023-06-12 09:04:40 rat-discord-bot | [2023-06-12T13:04:40.166Z (info)] skipping duplicated listing order from other marketplace 0x89827127b3cefc1896bda4b7fde63ef76931009c0d08db9f66f5e9d71b2a5804 2023-06-12 09:20:18 rat-discord-bot | [2023-06-12T13:20:18.877Z (info)] cached listing not found, resetting 2023-06-12 09:53:54 rat-discord-bot | [2023-06-12T13:53:54.908Z (info)] skipping duplicated listing order from other marketplace 0x9278cd1609657e051620003466f1f6f334e550d40d0025202ab4697a2adf6666 2023-06-12 09:57:57 rat-discord-bot | [2023-06-12T13:57:57.986Z (info)] skipping duplicated listing order from other marketplace 0xadd48c4137fa0687fbe010253de69005ef10af4b04327b61d1e024f4acc957a0 2023-06-12 09:58:17 rat-discord-bot | [2023-06-12T13:58:17.074Z (info)] skipping duplicated listing order from other marketplace 0x109f115e65dd3012c59d25ad8087b5eea0f0fb5d5bd4846e821a44af1c80cb40 2023-06-12 10:49:54 rat-discord-bot | [2023-06-12T14:49:54.422Z (info)] skipping duplicated listing order from other marketplace 0x302ab194e5e657e2d5c3803c9fe3c976ad1fc9bda0e7e6f3450262f5413cbe20 2023-06-12 10:53:55 rat-discord-bot | [2023-06-12T14:53:55.773Z (info)] skipping duplicated listing order from other marketplace 0xb6f73737f9ed8ec97be63b95b9abf741c750c74e47a0a7ca1f5c8eb44704eae1 2023-06-12 10:53:59 rat-discord-bot | [2023-06-12T14:53:59.428Z (info)] skipping duplicated listing order from other marketplace 0x491684a262e3015d64b97ba4b3c1107ca20b624d4bf63ed225b63f6871eac203 2023-06-12 11:45:56 rat-discord-bot | [2023-06-12T15:45:56.942Z (info)] skipping duplicated listing order from other marketplace 0x3e0bf92df0c69a50eebd2b255e1883e057290f8d645c1735251b42b11598bb2e 2023-06-12 11:45:57 rat-discord-bot | [2023-06-12T15:45:57.291Z (info)] skipping duplicated listing order from other marketplace 0xbfd52aa64594eb5912d5395fbdb0703a157e52ba8039c730bfb56d35a65ce42b 2023-06-12 11:49:54 rat-discord-bot | [2023-06-12T15:49:54.603Z (info)] skipping duplicated listing order from other marketplace 0x35ec1cdc7868c314f6b5f4386d9dc1ba7e13b3d7b59a6304869485a104f4ac38 2023-06-12 11:49:58 rat-discord-bot | [2023-06-12T15:49:58.050Z (info)] skipping duplicated listing order from other marketplace 0x7612ea28aa5a65dd25373bee060472c240c628b8cc733959276499aff45cbe8f 2023-06-12 11:55:56 rat-discord-bot | [2023-06-12T15:55:56.718Z (info)] skipping duplicated listing order from other marketplace 0x843cd5b1b85698596262da045e1b2df9d9322613ef4be6e4e47b1482ec9e7a44 2023-06-12 11:56:00 rat-discord-bot | [2023-06-12T15:56:00.145Z (info)] skipping duplicated listing order from other marketplace 0x164875ccc72a1176ed4e2a6e955be537a84ffc10bff8a9197f6c3289d8e2ff35 2023-06-12 12:41:57 rat-discord-bot | [2023-06-12T16:41:57.484Z (info)] skipping duplicated listing order from other marketplace 0xea3b5c5bcd5fb77767ea24dfcfa3493db51d13e0dd0b1b63a759c68376b5639c 2023-06-12 12:41:57 rat-discord-bot | [2023-06-12T16:41:57.484Z (info)] skipping duplicated listing order from other marketplace 0xdb3689814ca004fcc9a90882f6a2cd26b13064123a450eb2f31f8160f8218f31 2023-06-12 12:41:58 rat-discord-bot | [2023-06-12T16:41:58.344Z (info)] skipping duplicated listing order from other marketplace 0x07f6d157d95990aff917f56ef6d927563dfefa1f9a6a5099c8ec4dd979ce83aa 2023-06-12 12:45:54 rat-discord-bot | [2023-06-12T16:45:54.681Z (info)] skipping duplicated listing order from other marketplace 0x0e27ae4acf0b3c7d435449bb98e2bfd69ca198578bec28e1dad7f6eedf338f5a 2023-06-12 12:45:55 rat-discord-bot | [2023-06-12T16:45:55.819Z (info)] skipping duplicated listing order from other marketplace 0x218b387efc83f23cd323951c921d9b9fa8e864cc8418195118d3669b95c028e3 2023-06-12 12:51:56 rat-discord-bot | [2023-06-12T16:51:56.756Z (info)] skipping duplicated listing order from other marketplace 0xf153d008f7dbde26d24cad17788cb7333f5cb8d559f3f8823508b4e7d90bea5d 2023-06-12 12:51:59 rat-discord-bot | [2023-06-12T16:51:59.366Z (info)] skipping duplicated listing order from other marketplace 0x3414b37edba9841f09807ec21e61ec525c72e668b3cd5c61f8a3f3659ba1ef48 2023-06-12 13:37:55 rat-discord-bot | [2023-06-12T17:37:55.964Z (info)] skipping duplicated listing order from other marketplace 0x20b9cec2d6eb0bab0fa72fd2a35b0a5e2df2992bd5e85097c92e563ec1f445dc 2023-06-12 13:37:58 rat-discord-bot | [2023-06-12T17:37:58.820Z (info)] skipping duplicated listing order from other marketplace 0xfa34e10a5336b5d9677512d5207ff782b7c853a4ea105c66e50a49674fc98279 2023-06-12 13:41:57 rat-discord-bot | [2023-06-12T17:41:57.044Z (info)] skipping duplicated listing order from other marketplace 0x6fd98022dcd61d3ad2c1decd622de6b5c4ae2813d3c6dd07ef7b22706e4c2176 2023-06-12 13:41:57 rat-discord-bot | [2023-06-12T17:41:57.045Z (info)] skipping duplicated listing order from other marketplace 0xbb9b9e909060a527c92f27090c9b784592d24b30f7bc846e06827b5159695690 2023-06-12 13:47:54 rat-discord-bot | [2023-06-12T17:47:54.885Z (info)] skipping duplicated listing order from other marketplace 0x08bd4ae74c7fb992ca99c773ff231c027e1449ab6ca4e3a1b3eaf6cc60574d6a 2023-06-12 13:47:56 rat-discord-bot | [2023-06-12T17:47:56.360Z (info)] skipping duplicated listing order from other marketplace 0x1a13b14d4b5462fb20a8a7d8b4c9738b4740d2bbb3ec0b9618f834bbd2ed3448 2023-06-12 14:33:55 rat-discord-bot | [2023-06-12T18:33:55.870Z (info)] skipping duplicated listing order from other marketplace 0xf477aa3e8c32ec4378476e853b781dd2fbf920d78f9f35b28302091a62c974b8 2023-06-12 14:33:57 rat-discord-bot | [2023-06-12T18:33:57.485Z (info)] skipping duplicated listing order from other marketplace 0xe1f67abbed7e60abae679aa9fc8bd744b34c81b9315286a63ec06b1638bd1edf 2023-06-12 14:37:56 rat-discord-bot | [2023-06-12T18:37:56.023Z (info)] skipping duplicated listing order from other marketplace 0x1b0693a5b0e07040a37c52eabb67b94986c0defe860e0821df75b76ecff89851 2023-06-12 14:37:57 rat-discord-bot | [2023-06-12T18:37:57.141Z (info)] skipping duplicated listing order from other marketplace 0xd4b465dbfb9665ecd459a8428b69652c6737ebb665deed21c300d23604f75aa9 2023-06-12 14:43:54 rat-discord-bot | [2023-06-12T18:43:54.511Z (info)] skipping duplicated listing order from other marketplace 0x382cb92311bec37f1c19da6571d9e34e405256efdc2f0b04a43c1e5a57a8d95d 2023-06-12 14:43:56 rat-discord-bot | [2023-06-12T18:43:56.430Z (info)] skipping duplicated listing order from other marketplace 0xdb0b3610aa9c47c3d001339fe755ec03a5bb7675dff75615adf2dac3e8699cea 2023-06-12 15:12:59 cache | 1:M 12 Jun 2023 19:12:59.024 * 1 changes in 3600 seconds. Saving... 2023-06-12 15:12:59 cache | 1:M 12 Jun 2023 19:12:59.028 * Background saving started by pid 32 2023-06-12 15:12:59 cache | 32:C 12 Jun 2023 19:12:59.049 * DB saved on disk 2023-06-12 15:12:59 cache | 32:C 12 Jun 2023 19:12:59.050 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 15:12:59 cache | 1:M 12 Jun 2023 19:12:59.134 * Background saving terminated with success 2023-06-12 15:29:56 rat-discord-bot | [2023-06-12T19:29:56.933Z (info)] skipping duplicated listing order from other marketplace 0x2a441d06b0d1ada13202ffeb4699b998afa163029332a2cb62311b43a312dffc 2023-06-12 15:29:56 rat-discord-bot | [2023-06-12T19:29:56.935Z (info)] skipping duplicated listing order from other marketplace 0xe77e2719de202ec97fc680bc0719009c0856ff5a8a29896f106355aa8f2cae6c 2023-06-12 15:29:57 rat-discord-bot | [2023-06-12T19:29:57.227Z (info)] skipping duplicated listing order from other marketplace 0x084d596108280276c161c3ef4d8164248d2ead1b4be6c46132d11de9f5d9e0db 2023-06-12 15:33:54 rat-discord-bot | [2023-06-12T19:33:54.288Z (info)] skipping duplicated listing order from other marketplace 0x3fbbfc6878db6400160b66014f968b11406bc970da5837412038fb7c030fd6e4 2023-06-12 15:33:57 rat-discord-bot | [2023-06-12T19:33:57.718Z (info)] skipping duplicated listing order from other marketplace 0x8f21f1bdf478905c8209b41a7d8da179f06d4b0badaa5d3335a1149a0b8ade68 2023-06-12 15:39:54 rat-discord-bot | [2023-06-12T19:39:54.837Z (info)] skipping duplicated listing order from other marketplace 0xa479332438a5b86a26eaae2012f80be14f150d1190926242680757ec2692210b 2023-06-12 15:39:58 rat-discord-bot | [2023-06-12T19:39:58.552Z (info)] skipping duplicated listing order from other marketplace 0xa6c7a160ead6e415a0b1562c0eef115d5046b11032b69f36d0c1f31b3577a4b2 2023-06-12 16:13:00 cache | 1:M 12 Jun 2023 20:13:00.032 * 1 changes in 3600 seconds. Saving... 2023-06-12 16:13:00 cache | 1:M 12 Jun 2023 20:13:00.035 * Background saving started by pid 33 2023-06-12 16:13:00 cache | 33:C 12 Jun 2023 20:13:00.056 * DB saved on disk 2023-06-12 16:13:00 cache | 33:C 12 Jun 2023 20:13:00.056 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 2023-06-12 16:13:00 cache | 1:M 12 Jun 2023 20:13:00.141 * Background saving terminated with success 2023-06-12 16:25:58 rat-discord-bot | [2023-06-12T20:25:58.192Z (info)] skipping duplicated listing order from other marketplace 0xcc629a1e26486dc7dfb112b07ef2f4deba81734d8903de6d60b955fb1ca80f13 2023-06-12 16:29:55 rat-discord-bot | [2023-06-12T20:29:55.216Z (info)] skipping duplicated listing order from other marketplace 0x26be44db7051234416ed9ea8b2a871e488531eac7fdb3f5ebde046449ff20988 2023-06-12 16:29:56 rat-discord-bot | [2023-06-12T20:29:56.332Z (info)] skipping duplicated listing order from other marketplace 0x245038d3c0ab8375b02e783d6863924cee293185defcfb7de02fb692af64bc7d 2023-06-12 16:35:54 rat-discord-bot | [2023-06-12T20:35:54.288Z (info)] skipping duplicated listing order from other marketplace 0xb216d8cdf2e8b65838e29fd9330fc0f33a1b055d8c49757585c20404e3f5172b 2023-06-12 16:35:56 rat-discord-bot | [2023-06-12T20:35:56.735Z (info)] skipping duplicated listing order from other marketplace 0x1712af7636117bf28ea018a33c68db4297a8ddb2ccaab6bd92edfe6642bebca9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant