#backgroundtasks β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #backgroundtasks, aggregated by home.social.
-
π Las tareas de Background App Refresh en iOS no son alarmas ni temporizadores.
Con BGTaskScheduler solo solicitas una oportunidad de ejecuciΓ³n; el sistema decide cuΓ‘ndo (o si) la concede.
He preparado una guΓa prΓ‘ctica sobre BackgroundTasks y .backgroundTask en SwiftUI:
β ConfiguraciΓ³n completa
β BGAppRefreshTaskRequest
β Estrategias de cachΓ©
β Errores frecuentes
β DepuraciΓ³n desde Xcodehttps://blog.arturorivas.com/posts/background-app-refresh-swiftui/
-
Want your app's data to stay fresh even when it's in the background? This guide covers everything from registering task identifiers and scheduling π΅πΊπ΄πππ πππππ βπππ ππ πππ’ππ π‘ to handling tasks with the .ππππππππ’πππππ π modifier and testing via Xcode debugger.
π: https://nilcoalescing.com/blog/SchedulingAndHandlingBackgroundAppRefreshInSwiftUI/ by Natalia Panferova (@natpanferova)
-
Want your app's data to stay fresh even when it's in the background? This guide covers everything from registering task identifiers and scheduling π΅πΊπ΄πππ πππππ βπππ ππ πππ’ππ π‘ to handling tasks with the .ππππππππ’πππππ π modifier and testing via Xcode debugger.
π: https://nilcoalescing.com/blog/SchedulingAndHandlingBackgroundAppRefreshInSwiftUI/ by Natalia Panferova (@natpanferova)
-
Just published the next post in my iOS 26 micro-apps series: Daily Quote Fetcher.
Itβs a small app that explores background execution and notifications, but the real lesson is about working with system constraints instead of trying to outsmart them.
https://iamshift.substack.com/daily-quote-fetcher
#iamshift
#iOS #SwiftUI #Swift #BackgroundTasks #UserNotifications -
π Wow, Django 6.0 has finally joined the background tasks party... with no workers! π οΈ It's like bringing a car without wheels and calling it a transportation breakthrough. π Thanks, Django, for the API to nowhere!
https://roam.be/notes/2025/a-first-look-at-djangos-new-background-tasks/ #Django6 #backgroundtasks #APItoNowhere #development #programming #HackerNews #ngated -
π Wow, Django 6.0 has finally joined the background tasks party... with no workers! π οΈ It's like bringing a car without wheels and calling it a transportation breakthrough. π Thanks, Django, for the API to nowhere!
https://roam.be/notes/2025/a-first-look-at-djangos-new-background-tasks/ #Django6 #backgroundtasks #APItoNowhere #development #programming #HackerNews #ngated -
Want fresh data without making users wait? A complete guide to iOS background tasks and the common pitfalls you'll encounter. Learn when to use each type and how to avoid the gotchas.
π: https://khorbushko.github.io/article/2025/10/09/do-job-silently.html by Kyryl Horbushko
-
Mastering Background Tasks in Quarkus: From Simple Schedulers to Resilient Job Execution. Build reliable, scalable background processes in Java using Quarkus.
https://myfear.substack.com/p/quarkus-background-tasks-scheduling-async-quartz
#Java #Quarkus #BackgroundTasks #Scheduling -
Mastering Background Tasks in Quarkus: From Simple Schedulers to Resilient Job Execution. Build reliable, scalable background processes in Java using Quarkus.
https://myfear.substack.com/p/quarkus-background-tasks-scheduling-async-quartz
#Java #Quarkus #BackgroundTasks #Scheduling -
Also, I decided to schedule only one reminder (of the given kind) into the future for each habit and scheduled background task that should schedule the next ones if needed every 30 minutes. I donβt know what the best practice is here, tbh.
#TaskScheduling #BackgroundTasks -
The problem with that is when the user doesnβt open the app for a day, I donβt have a way for scheduling the next reminder. I could use a background task for that, but there is no guarantee itβll be run - thanks π.
#BackgroundTasks #AppleDev #DevStruggles