Don't processing data when sleep mode(Android)

Hi all ! Could anyone suggest please, why when sleep mode(Android), don’t processing data ? For example do not inserting data to the database ? Inserting stops !

Android devices put your app in background mode or sometimes kill it completely when the user is not using it and/or the phone is on sleep mode.

You can only process data in the background using Native plugins such as BackgroundMode or BackgroundGeolocation.

ihadeed, thx a lot, I will try …

ihadeed, good day ! Could you suggest please… I use cordova-plugin-background-mode, in the top of app.componets i write BackgroundMode.enable();, but just my Android mobile device getting sleep, download from http and insert data to the database stoped ? What I did wrong ?