
it just entirely skipped 2 pushes

Maybe there was another build in progress

nope

last one before the two skipped were 2 hours ago

📡 Fetching: https://syd.cloud.appwrite.io/v1/databases/682b89cc0016319fcf30/collections/682b8a1a003b15611710/documents?limit=100&orderField=%24createdAt&orderType=ASC
📡 Fetching: https://syd.cloud.appwrite.io/v1/databases/682b89cc0016319fcf30/collections/682cf95a00397776afa6/documents?limit=100&orderField=%24createdAt&orderType=ASC
⏭️ Skipping 682e0070001aa80ee7dd: already processed
⏭️ Skipping 682e0076001b29c5583e: already processed
⏭️ Skipping 682e007e0020c8d5eed0: already processed
⏭️ Skipping 682e008400197da27387: already processed
⏭️ Skipping 682e008d002b32e235f0: already processed
⏭️ Skipping 682e009b0009da6d3898: already processed
⏭️ Skipping 682e00a1002d1adf57c6: already processed
⏭️ Skipping 682e00ae0010d19cafa9: already processed
⏭️ Skipping 682e00c700299addbcab: already processed
⏭️ Skipping 682e00db0022a45dbbcb: already processed
⏭️ Skipping 682e01620003aeded25c: already processed
⏭️ Skipping 682e017300062154d9a1: already processed
⏭️ Skipping 682e01780037826d684d: already processed
⏭️ Skipping 682e040d00378ea5a8ec: already processed
⏭️ Skipping 682e04180039b9d51ac2: already processed
⏭️ Skipping 682e041e001d4d0848de: already processed
⏭️ Skipping 682e0424000eb704c758: already processed
⏭️ Skipping 682e042a002f38b068cc: already processed
⏭️ Skipping 682e04310003aec7980c: already processed
⏭️ Skipping 682e04370036adf9edd7: already processed
⏭️ Skipping 682e04430015ca815e98: already processed
⏭️ Skipping 682e044f0039ec31d1d7: already processed
⏭️ Skipping 682e045a002c547a8afb: already processed
⏭️ Skipping 682e047300089af4d99f: already processed
⏭️ Skipping 682e0480000e3fa4785d: already processed
✅ Image processing and cleanup complete
🔢 Summary:
Total source: 25
Already processed: 25
Too large to insert: 0
Failed inserts: 0
Successfully inserted: 0
Cleaned: 0
Skipped (manual skips): 0

:thinkeroo:

is this not pagination?

You're not getting another 25 docs after that

the function pretty much doesn't think it exists

If they're not too much, you can do Query.limit(500)

Because you're just getting 25

how do I get more than that

sorry, I am a bit of a newbie to back-end

You need to re-run the fetch request and paginate

I am primarily a front-end developer

Or use this query

I am

oh wait

I see now

is there an actual limit?

I don't remember it well, but yes

I'll give that a shot

btw I think I know why it's not deploying sometimes @D5 , my commit messages might be too long

No idea

no luck
at packageResolve (node:internal/modules/esm/resolve:839:9)
at moduleResolve (node:internal/modules/esm/resolve:908:18)
at defaultResolve (node:internal/modules/esm/resolve:1038:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:557:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:525:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:246:38)
at ModuleJob._link (node:internal/modules/esm/module_job:126:49)
Recommended threads
- cant get custom domain to work with appw...
Hi, how do I get a custom domain to work? I have set database.vrtuhub.com on the appwrite console as a custom domain and did the cname record for it bit i still...
- [SOLVED] Consfusing Pricing
Why the pricing is showing me to 30 dollar while the original pricing which is 15 dollar per month,it is also including the add ons pricing,which i donot know w...
- Search queries
do any of yall know how to properly search for single words in a name of a document? for example if the name is `Tape PP-Solvent 50mm/100m 28μm White`, I want ...
