android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

Results 101 android-priority-jobqueue issues
Sort by recently updated
recently updated
newest added

高频率接收的数据添加到队列,UI线程卡死

com.birbit.android.jobqueue.network.NetworkUtilImpl.listenNetworkViaConnectivityManager (NetworkUtilImpl.java:47) com.birbit.android.jobqueue.network.NetworkUtilImpl. (NetworkUtilImpl.java:28) com.birbit.android.jobqueue.config.Configuration$Builder.build (Configuration.java:462) Version used: 'com.birbit:android-priority-jobqueue:2.0.1' Crashes on Android 11 devices. The target app version is 30. Request for quick resolution.

Fatal Exception: java.lang.IllegalStateException: Apps may not schedule more than 100 distinct jobs at android.os.Parcel.readException(Parcel.java:1674) at android.os.Parcel.readException(Parcel.java:1619) at android.app.job.IJobScheduler$Stub$Proxy.schedule(IJobScheduler.java:158) at android.app.JobSchedulerImpl.schedule(JobSchedulerImpl.java:42) at com.birbit.android.jobqueue.scheduling.a.a(FrameworkScheduler.java:111) at com.birbit.android.jobqueue.w.a(JobManagerThread.java:190) at com.birbit.android.jobqueue.w.a(JobManagerThread.java:161) at com.birbit.android.jobqueue.w.a(JobManagerThread.java:35) at com.birbit.android.jobqueue.x.a(JobManagerThread.java:225)...

enhancement

How do I cancel a job? My users jump from one tap to another before the job is done and it makes the app crash after a certain number.

When using 'com.birbit:android-priority-jobqueue:3.0.0' and running application with approximately 300 000 users, there are approximately 3 users (**Android11**: OnePlus 8 Pro, Pixel 3, Galaxy S20 5G - NO rooted phone) having...

Suddenly I am seeing such kind of SQLiteBlobTooBigException exception on Android 9+ devices. LOCATION: SqliteJobQueue.java line 297 in com.path.android.jobqueue.persistentQueue.sqlite.SqliteJobQueue.nextJobAndIncRunCount() EXCEPTION: android.database.sqlite.SQLiteBlobTooBigException MESSAGE: Row too big to fit into CursorWindow requiredPos=0,...

Can you tell me how to fix it? AndroidRuntime: FATAL EXCEPTION: job-manager Process: com.szjsaq.hzs_tvbox, PID: 5246 java.lang.RuntimeException: cannot save job to disk at com.birbit.android.jobqueue.persistentQueue.sqlite.SqliteJobQueue.persistJobToDisk(SqliteJobQueue.java:107) at com.birbit.android.jobqueue.persistentQueue.sqlite.SqliteJobQueue.insert(SqliteJobQueue.java:90) at com.birbit.android.jobqueue.cachedQueue.CachedJobQueue.insert(CachedJobQueue.java:29) at com.birbit.android.jobqueue.JobManagerThread.handleAddJob(JobManagerThread.java:143)...

Hello Yigit my name is Laizz and we are working on a new webtorrent platform for Android. We have a problem and are looking for an experienced developer who knows...

near "SEDECT": syntax error (code 1 SQLITE_ERROR[1]): , while compiling: SEDECT SUM(case WHEN group_id is null then group_cnt else 1 end) from (SELECT count(*) group_cnt, group_id FROM job_holder WHERE (...

I found the following error on crashlytics: `Fatal Exception: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=1 (# cursors opened by this proc=1) at android.database.CursorWindow.(CursorWindow.java:108) at android.database.AbstractWindowedCursor.clearOrCreateWindow(AbstractWindowedCursor.java:198)...