CN109614213B - Vehicle information auditing method and device - Google Patents

Vehicle information auditing method and device Download PDF

Info

Publication number
CN109614213B
CN109614213B CN201811485275.3A CN201811485275A CN109614213B CN 109614213 B CN109614213 B CN 109614213B CN 201811485275 A CN201811485275 A CN 201811485275A CN 109614213 B CN109614213 B CN 109614213B
Authority
CN
China
Prior art keywords
pool
task
audit
subtask
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811485275.3A
Other languages
Chinese (zh)
Other versions
CN109614213A (en
Inventor
张强
刘娜
林新亮
靳胜强
巩仔明
邱慧
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hefei Youquan Information Technology Co ltd
Original Assignee
Youxinpai Beijing Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Youxinpai Beijing Information Technology Co ltd filed Critical Youxinpai Beijing Information Technology Co ltd
Priority to CN201811485275.3A priority Critical patent/CN109614213B/en
Publication of CN109614213A publication Critical patent/CN109614213A/en
Application granted granted Critical
Publication of CN109614213B publication Critical patent/CN109614213B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The embodiment of the application provides a vehicle information auditing method and device, which can generate an auditing task according to collected vehicle information and push the auditing task to an auditing task pool; extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user; and pushing the auditing tasks in the subtask pool to the associated users according to the load states of the users. Therefore, the method provided by the embodiment of the application can ensure that the load state of each user in executing the vehicle audit task is relatively balanced, the condition of unbalanced audit task distribution can not occur, and each user can be ensured to distribute a reasonable number of audit tasks matched with the audit capability of each user, so that the vehicle audit efficiency is improved. In addition, due to the fact that the technical scheme of the application cannot generate data operation requests for the database, other tasks related to the database cannot be affected, and normal operation of a database system is guaranteed.

Description

Vehicle information auditing method and device
Technical Field
The application relates to the field of information processing, in particular to a vehicle information auditing method and device.
Background
The automobile service platform can generate a large amount of vehicle information at any moment, some of the vehicle information is real and accurate, and some of the vehicle information has defects or errors, so that the vehicle information provided by the automobile service platform to a user is real and accurate, the user experience of the platform is improved, the legal rights and interests of the platform user are guaranteed, and the platform needs to audit the vehicle information before the vehicle information is uploaded.
In some existing vehicle auditing schemes, an auditor reads vehicle information to be audited from a database and audits the vehicle information. However, as traffic increases, the amount of vehicle information that needs to be audited in the database also continues to increase. Then, in order to comprehensively and timely perform the vehicle information audit in the database, the auditor needs to frequently perform data operation on the database to read the vehicle information from the database. Moreover, as the number of auditors increases, the database usually needs to be subjected to highly concurrent data operations, which easily causes the thread of the database to be blocked or even down, and thus the vehicle auditing efficiency cannot be further improved, and the normal development of platform services is affected. In addition, the current vehicle auditing scheme does not reasonably distribute the vehicle information according to the capability level of the auditors, so that the problems of low vehicle auditing accuracy and low efficiency are caused.
Disclosure of Invention
The embodiment of the application provides a vehicle information auditing method and device, and aims to solve the problem of low vehicle auditing efficiency in the prior art.
In a first aspect, an embodiment of the present application provides a vehicle information auditing method, including:
generating an audit task according to the acquired vehicle information, and pushing the audit task to an audit task pool;
extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user;
and pushing the auditing tasks in the subtask pool to the associated users according to the load states of the users.
In a second aspect, an embodiment of the present application provides a vehicle information auditing apparatus, including:
the acquisition module is used for generating an audit task according to the acquired vehicle information and pushing the audit task to an audit task pool;
the distribution module is used for extracting the audit task from the audit task pool and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user;
and the pushing module is used for pushing the auditing tasks in the subtask pool to the associated users according to the load states of the users.
According to the technical scheme, the vehicle information auditing method and the device provided by the embodiment of the application can generate the auditing task according to the collected vehicle information and push the auditing task to the auditing task pool; extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user; and pushing the auditing tasks in the subtask pool to the associated users according to the load states of the users. Therefore, the scheme provided by the embodiment of the application can ensure that the load state of each user in executing the vehicle audit task is relatively balanced, the condition of unbalanced audit task distribution can not occur, and each user can be ensured to distribute a reasonable number of audit tasks matched with the audit capability of each user, so that the vehicle audit efficiency is improved. In addition, due to the fact that the mode that the auditing tasks are actively distributed to the users is adopted, the situation that the database is overloaded and even crashed due to the fact that the users send data operation requests to the database is avoided, other tasks related to the database cannot be affected, and therefore the other tasks are guaranteed to be normally carried out.
Drawings
In order to more clearly explain the technical solution of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious to those skilled in the art that other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a flowchart of a vehicle information auditing method according to an embodiment of the present application;
fig. 2 is a schematic logical architecture diagram of a vehicle information auditing method according to an embodiment of the present disclosure;
fig. 3 is a flowchart of a vehicle information auditing method step S120 according to an embodiment of the present application;
fig. 4 is a flowchart of a vehicle information auditing method step S130 according to an embodiment of the present application;
FIG. 5 is a flowchart of a method for reassigning audit tasks according to an embodiment of the present application;
FIG. 6 is a schematic logical architecture diagram of another vehicle information auditing method according to an embodiment of the present application;
fig. 7 is a schematic view of a vehicle information auditing apparatus according to an embodiment of the present application;
fig. 8 is a schematic diagram of a vehicle information auditing device distribution module 320 according to an embodiment of the present application;
fig. 9 is a schematic diagram of a vehicle information auditing device pushing module 330 according to an embodiment of the present application;
FIG. 10 is a schematic view of another vehicle information auditing apparatus according to an embodiment of the present application;
fig. 11 is a schematic diagram of another vehicle information auditing device pushing module 330 according to an embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The automobile service platform provides convenient and fast online automobile transaction service for the automobile owner and the buyer, the automobile owner can release the vehicle information on the automobile platform, and the buyer can screen and compare the vehicle information released by the automobile owner through the automobile service platform, so that the vehicle of the self-centering instrument is selected, and the automobile transaction platform is contacted with the automobile owner, and further the transaction process is realized.
Therefore, along with the continuous generation of the car selling requirements of car owners, the car trading platform can generate a large amount of car information at every moment, some of the car information is real and accurate, and some car information is not real or has defects due to negligence of car owners or careless and lucky entry of car owners, so that the car information provided by the car service platform to users is real and accurate, the user experience of the platform is improved, the legal rights and interests of platform users are guaranteed, and the platform needs to audit the car information before the car information is on line.
Vehicle information issued by a vehicle owner is firstly stored in a database to wait for the audit of an auditor. In some existing vehicle auditing schemes, an auditor reads vehicle information to be audited from a database and audits the vehicle information. However, as traffic increases, the amount of vehicle information that needs to be audited in the database also continues to increase. Then, in order to comprehensively and timely perform the vehicle information audit in the database, the auditor needs to frequently perform data operation on the database to read the vehicle information from the database. And as the number of the auditors increases, the concurrency number of the data operation requests borne by the database is higher and higher, and when the concurrency number of the data operation requests exceeds the bearing capacity of the database, the I/O interface of the database is blocked, so that the data operation requests initiated by the auditors cannot be responded by the database, and meanwhile, the vehicle information inquired by the database cannot be returned to the auditors. In this case, the operation end of the auditor usually has a slow request response or no response, and then the auditor repeatedly sends the data operation request to the database in order to acquire the vehicle information, thereby causing further congestion of the database and even causing a downtime of the database.
Therefore, in the vehicle auditing scheme in the prior art, the vehicle auditing efficiency cannot be further improved due to the limitation of the bearing capacity of the database, and the normal development of platform services is seriously influenced. In addition, the current vehicle auditing scheme does not reasonably distribute the vehicle information according to the capability level of the auditors, so that the problems of low vehicle auditing accuracy and low efficiency are caused. In addition, in the vehicle auditing scheme in the prior art, in order to improve the auditing workload of some auditors, the simple vehicle information is specially selected for auditing, but not auditing according to the sequence of the vehicle information issuing time, so that some vehicle information with earlier issuing time is not audited in time, the vehicle information cannot be displayed by an automobile service platform, the benefits of owners and buyers of vehicles are damaged, and the user experience is reduced.
In order to solve the above problems, embodiments of the present application provide a vehicle information auditing method and apparatus.
The following are examples of the method of the present application.
Fig. 1 is a flowchart of a vehicle information auditing method according to an embodiment of the present application. As shown in fig. 1, the method may include the steps of:
and step S110, generating an audit task according to the acquired vehicle information, and pushing the audit task to an audit task pool.
The vehicle information may include newly acquired vehicle information, vehicle modification information, to-be-delivered vehicle information, and the like. Specifically, for example, the newly acquired vehicle information may be uploaded by a user of the car service platform, or generated and uploaded by a worker of the car service platform by acquiring a vehicle sales demand of the user. Specifically, the automobile service platform may provide a vehicle information template for the user, such as a vehicle resume, in which the vehicle resume may include categories or options for guiding the user to fill out the vehicle information and the vehicle owner information, such as one or more vehicle information including a vehicle brand, an age, a price, a vehicle condition, a color, a displacement, a configuration, a vehicle identification number, vehicle maintenance information, fuel consumption information, vehicle repair information, and the like, and one or more vehicle owner information including a vehicle owner location, a vehicle owner contact manner, a vehicle owner convenience communication time, a transaction location, and the like. Therefore, the vehicle information is formed by filling in the vehicle resume by the vehicle owner, the vehicle service platform collects the vehicle information and generates an audit task according to the newly collected vehicle information, and the audit task is pushed to the audit task pool. Further, for example, when the user modifies and changes the content of the uploaded vehicle information after uploading the vehicle information, the vehicle service platform collects the vehicle modification information according to the modification content of the user, generates an audit task according to the vehicle modification information, and pushes the audit task to an audit task pool. In addition, for example, in the vehicle transaction process, vehicle information needs to be confirmed again when a vehicle is in a transaction so as to ensure the accuracy of the vehicle information of the transaction, at this time, the vehicle information to be submitted is generated, the vehicle service platform collects the vehicle information to be submitted, generates an audit task according to the vehicle information to be submitted, and pushes the audit task to an audit task pool. Therefore, in the embodiment of the application, different types of vehicle information can be collected through a plurality of channels and pushed to the audit task pool, and the vehicle information is gathered.
Specifically, the audit task queue may be generated according to a time sequence of generating the audit tasks, and the audit tasks are pushed to the audit task pool according to the sequence of the audit task queue, so as to ensure that the audit tasks in the audit task pool are arranged according to the time sequence and are distributed according to the time sequence.
It should be added that the vehicle information may include other types of vehicle information, such as vehicle rental information, in addition to the newly collected vehicle information, the vehicle modification information, and the to-be-delivered vehicle information. The content and the type of the vehicle information are not specifically limited in the embodiment of the application, and a person skilled in the art can acquire the corresponding vehicle information according to the actual audit requirement of the vehicle information, and the design that can be applied here does not exceed the protection scope of the embodiment of the application.
And step S120, extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user.
Specifically, the audit task with the earliest generation time can be extracted according to the generation time of the audit tasks in the audit task pool, so that the retention time of each audit task in the audit pool is not too long, the audit tasks can be distributed in time, and the timely and efficient vehicle information audit is ensured.
Further, it is possible to determine to which subtask pool the corresponding audit task is assigned by performing a preliminary analysis on the vehicle information. Such as analyzing one or more of the brand, age, price, vehicle condition, color, displacement, configuration, vehicle identification number, vehicle maintenance information, fuel consumption information, vehicle repair information, etc. of the vehicle. The auditing task can also be distributed according to the type of the vehicle information, for example, newly collected vehicle information is distributed to one subtask pool, vehicle modification information is distributed to another subtask pool, and the like.
Step S120 is to extract the audit task from the audit task pool, and distribute the audit task to at least one subtask pool according to the vehicle information, where each subtask pool is associated with at least one user, which will be further explained with reference to fig. 3.
And step S130, the auditing tasks in the subtask pool are pushed to the associated users according to the load states of the users.
Specifically, the load status of the user may include, for example, the number of unchecked tasks of the user, the audit status of the user, the audit speed of the user, and the like. Therefore, the auditing tasks in the subtask pool are distributed to the users according to the load states of the users, so that the load states of the users when the vehicle auditing tasks are executed are relatively balanced, the condition that the number of the unsanified tasks of some users is too large and the distribution of the unsanified tasks of other users is not balanced is avoided, each user can be guaranteed to be distributed with a reasonable number of auditing tasks matched with the auditing capacity of the user, and the vehicle auditing efficiency is improved.
Further, the embodiment of the application also provides a logical structure of the vehicle information auditing method. Fig. 2 is a schematic logic architecture diagram of the vehicle information auditing method. As shown in FIG. 2, the logical architecture includes a pool of audit tasks, at least one pool of subtasks, and users. The system comprises an audit task pool, a subtask pool, a data association unit and a data processing unit, wherein the audit task pool is in data association with at least one information source and is used for receiving vehicle information acquired by the information source, and the audit task pool is also in data association with the subtask pool and is used for distributing audit tasks to the subtask pool; the subtask pool establishes a data association with the user for distributing the audit task to the user.
According to the technical scheme, the embodiment of the application provides a vehicle information auditing method. The method comprises the following steps: generating an audit task according to the acquired vehicle information, and pushing the audit task to an audit task pool; extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user; and pushing the auditing tasks in the subtask pool to the associated users according to the load states of the users. Therefore, the method provided by the embodiment of the application can ensure that the load state of each user in executing the vehicle audit task is relatively balanced, the condition of unbalanced audit task distribution can not occur, and each user can be ensured to distribute a reasonable number of audit tasks matched with the audit capability of each user, so that the vehicle audit efficiency is improved. In addition, due to the fact that the mode that the auditing tasks are actively distributed to the users is adopted, the situation that the database is overloaded and even crashed due to the fact that the users send data operation requests to the database is avoided, other tasks related to the database cannot be affected, and therefore the other tasks are guaranteed to be normally carried out.
Fig. 3 is a flowchart of a step S120 of a vehicle information auditing method according to an embodiment of the present application.
In an alternative embodiment, as shown in fig. 3, the subtask pool includes a first subtask pool and a second subtask pool, and the step S120 may include the steps of:
and step S121, extracting the audit task from the audit task pool at regular time according to a preset extraction frequency.
Specifically, the audit task can be periodically extracted from the audit task pool by using a timing script, and the timing script can comprise a timer which is set to a preset timing value, and the timing value of the timer is reset after each audit task extraction operation is executed, so that the timing script can execute the audit task extraction operation at a preset extraction frequency. And when the timing script extracts the audit task, the original sequence of the audit task in the audit task queue is kept, so that when the audit task is distributed, the distribution can be carried out according to the time sequence generated by the audit task.
And S122, acquiring vehicle identification information from the corresponding vehicle information for each audit task, and auditing whether the vehicle series information and the vehicle type information in the vehicle information are accurate according to the vehicle identification information.
The vehicle identification information may include, for example, a Vehicle Identification Number (VIN), which is also called a vehicle identification code, and may be also called a frame number, and is a set of serial numbers composed of 17 english or numbers, and may identify data such as a manufacturer of the vehicle, an engine, a vehicle system, a vehicle type chassis serial number, and other performances, where the vehicle identification number corresponds to an identification card of the vehicle, and the vehicle identification number of each vehicle is unique.
Specifically, the method and the device can create a feature library of the vehicle identification numbers according to features of the vehicle identification numbers of different vehicle series and different vehicle types of different manufacturers, or create a group of identification rules of the vehicle identification numbers, so that the vehicle series information and the vehicle type information can be obtained from the vehicle identification numbers according to the feature library or the identification rules. Then, whether the train information and the vehicle type information acquired from the vehicle identification number are the same as the train information and the vehicle type information filled in the vehicle information by the user is compared, if yes, the train information and the vehicle type information in the vehicle information are accurate, and if not, the train information and the vehicle type information in the vehicle information are inaccurate.
For example, in one piece of vehicle information, the vehicle system audi A4L corresponding to the vehicle identification number has a vehicle type of 2.0T, and then if the vehicle system content filled in the vehicle information by the user is audi A4L and the vehicle type is 2.0T, the vehicle system information and the vehicle type information in the vehicle information are accurate; if the vehicle system content filled in the vehicle information by the user is Audi A4L and the vehicle type is 1.8T, the vehicle system information and the vehicle type information in the vehicle information are inaccurate and need to be further checked.
In addition, it should be noted that, since the user may abbreviate information such as the vehicle family and the vehicle type when filling in the vehicle information and cause a certain interference to the comparison of the information, in order to improve the accuracy of the information comparison, fuzzy comparison may be used. For example, if the vehicle type of the vehicle system audi A4L corresponding to the vehicle identification number is 2.0T, and in the case of fuzzy comparison, if the vehicle system content filled in the vehicle information by the user is A4L and the vehicle type is 2.0, the vehicle system information and the vehicle type information in the vehicle information are considered to be accurate.
And step S1221, if the vehicle series information and the vehicle type information are accurate, distributing the audit task to a first subtask pool.
The first subtask pool is associated with a first class of users, the audit task received by the first subtask pool is a common task and is only pushed to the first class of users, and the first class of users have the capability of auditing general vehicle information except vehicle series information and vehicle type information.
And step S1222, if the vehicle series information and the vehicle type information are not accurate, the audit task is distributed to a second subtask pool.
The second subtask pool is associated with a second class of users, the audit tasks received by the second subtask pool are professional tasks and only pushed to the second class of users, and compared with the first class of users, the second class of users have more professional audit capability and can audit all vehicle information including vehicle series information and vehicle type information.
Therefore, the vehicle information auditing method provided by the embodiment of the application can determine the professional degree of the corresponding auditing task according to the accuracy of the vehicle information and the vehicle type information in the vehicle information, and divides the auditing task into the common task and the professional task according to the professional degree of the auditing task, so that the common task and the professional task can be further allocated to users with matched auditing capacity in a targeted manner, the auditing capacity of each user can be exerted to the maximum extent under the condition of limited number of users, the maximization of the utilization rate of auditing resources is realized, the auditing efficiency is improved, and the auditing cost is saved. In addition, the embodiment of the application adopts a mode of actively distributing the audit tasks for the user, and the user is not allowed to independently select the audit tasks, so that the condition that some vehicle information is not audited in time due to the fact that some auditors specially select simple vehicle information for auditing in order to improve the audit workload of the auditors is prevented, the vehicle information can be timely audited and displayed by an automobile service platform in time, the benefits of owners and buyers of the vehicle are guaranteed, and the use experience of the user is improved.
Fig. 4 is a flowchart of a step S130 of a vehicle information auditing method according to an embodiment of the present application.
As shown in fig. 4, in an alternative embodiment, step S130 may include the following steps:
step S131, when the subtask pool receives the audit task, the load state of the associated user is obtained.
The user can log in a preset auditing system to establish association with the subtask pool. Specifically, when a user logs in the auditing system, the auditing system automatically identifies whether the user is a first type of user (a common user) or a second type of user (a professional user), if the user is the first type of user, the auditing system establishes association with the first subtask pool, and if the user is the second type of user, the auditing system establishes association with the second subtask pool.
Specifically, in order to uniformly manage the pushing process from the subtask pool to the user, a pushing system may be established between the subtask pool and the user, so that the subtask pool and the user establish an association through the pushing system. In addition, each user can correspond to a user identifier, the user identifier is, for example, a user ID required by the user for logging in the auditing system, when the user logs in the auditing system and is in an online state (namely, an auditing task can be received), the pushing system binds the users according to the user identifier and allocates a pushing identifier for the user, the pushing identifier can be, for example, a pushing ID composed of a character string with a specific format, and the pushing identifier of each user is unique and non-repetitive, so that the pushing system is ensured to accurately push the auditing task to the corresponding user according to the pushing identifier.
In particular, the load status of the user may include, for example, the number of audit tasks to be completed. The number of the to-be-completed audit tasks of the user is high, which indicates that the user is busy, and the number of the to-be-completed audit tasks of the user is low, which indicates that the user is free. Further, an average value of the load states of the users of the same class can be determined according to the load states of the users of the same class, if the load states of the users are higher than the average value, the users are busy, and if the load states of the users are lower than the average value, the users are idle.
In addition, the number of the auditing tasks completed by each user within a period of time can be counted, so that the auditing speed of the user can be obtained. And then, calculating to obtain the digestion time of the audit tasks of the user according to the number of the audit tasks to be completed and the audit speed of the user. And then, calculating the average value of the audit task digestion time of the same type of users to obtain the average task consumption time of the type of users. Then, when the load state of the user is determined, if the audit task digestion time of the user is larger than the average task consumption time, the user is considered busy, and if the audit task digestion time of the user is smaller than the average task consumption time, the user is considered idle.
Step S132, selecting the target user in the idle state according to the load state.
Specifically, the user in the idle state may be determined as a target user, and the target users may be further prioritized according to the load state of the target users, so that the audit task is conveniently pushed to the target users according to the priority order, and load balance of each target user is ensured.
And step S133, pushing the auditing task to the target user.
Specifically, the pushing system acquires the audit task from the subtask pool, and then can accurately push the audit task to the target user according to the pushing identifier of the target user. When the subtask pool continuously adds the audit task, the push system continuously acquires the audit task from the subtask pool, distributes the audit task to different target users according to the load state of the target users, and ensures the load balance of each target user.
In addition, in an alternative implementation manner, the target user sends a reception confirmation message to the subtask pool after receiving the audit task, and then, after the subtask pool sends the audit task to the target user through the push system, the subtask pool monitors whether the reception confirmation message of the target user is received, and if the reception confirmation message of the target user is not received within the preset time, it indicates that the transmission of the audit task fails, and the target user does not successfully receive the audit task. At this time, the target user is redetermined according to the load state of the user, and an audit task is pushed to the redetermined target user. Further, the process of monitoring the reception confirmation message and reselecting the target user can be completed by the push system, so that the push system can uniformly manage the push flow of the audit task. Therefore, when the target user cannot receive the audit task due to network congestion and the like, the audit task can be distributed to other users in time, and the phenomenon of audit omission caused by failure in sending the audit task is avoided.
Therefore, the vehicle information auditing method provided by the embodiment of the application can distribute reasonable number of auditing tasks for the users according to the loads of the users, so that the loads of the users are balanced, the optimal distribution and the maximum utilization of auditing resources are realized under the condition that the number of the users is limited, the auditing efficiency is improved, and the auditing cost is saved.
The embodiment of the application also provides a method for reallocating the audit tasks.
Fig. 5 is a flowchart of an audit task reallocation method according to an embodiment of the present application. After the method is used in step S120, the method may include the following steps:
step S210, obtaining the number of the audit tasks of each subtask pool.
Step S220, if the number of the auditing tasks of a certain subtask pool is lower than a preset threshold value, the auditing tasks are redistributed from other subtask pools.
For example, when the subtask pool includes a first subtask pool (including a common task) and a second subtask pool (including a professional task), the number of the review tasks in the two subtask pools may be obtained in real time, and when the number of the review tasks in the second subtask pool is lower than a preset threshold (for example, the threshold may be set to 0), part of the review tasks in the first subtask pool are reallocated to the second subtask pool, so that the second type of users associated with the second subtask pool can continue to receive the review tasks, and waste of review resources is avoided.
It should be added that, since the second type of users can audit the professional tasks and the general tasks, and the first type of users can only audit the general tasks, in the above example, the task allocation method provided in the present application is limited to allocate the audit tasks in the first sub-task pool to the second sub-task pool, and cannot allocate the audit tasks in the second sub-task pool to the first sub-task pool, so as to ensure that the audit tasks received by the users are matched with the audit capabilities of the users, thereby ensuring the accuracy of vehicle information audit.
Also, in an alternative embodiment. According to the method and the device, statistical data are established for each user, and the statistical data comprise the number and the receiving frequency of the auditing tasks received by the user from each subtask pool. By establishing the statistical data, the auditing efficiency of each user can be evaluated, the users can be optimized according to the evaluation result, and the auditing efficiency is improved.
Further, the embodiment of the application also provides a logic structure of another vehicle information auditing method. Fig. 6 is a schematic logic architecture diagram of the vehicle information auditing method. As shown in FIG. 6, the logical architecture includes an audit task pool, a custom script, at least one subtask pool, a push system, and a user. The vehicle information processing method comprises the steps that a data association is established between an audit task pool and at least one information source and is used for receiving vehicle information collected by the information source; the timing script is associated with the audit task pool and is used for acquiring audit tasks from the audit task pool at regular time and distributing the audit tasks to the subtask pool; the pushing system is associated with the subtask pool and the user and used for distributing the auditing tasks in the subtask pool to the user.
The following are apparatus embodiments of the present application that may be used to perform method embodiments of the present application. For details which are not disclosed in the embodiments of the apparatus of the present application, reference is made to the embodiments of the method of the present application.
Fig. 7 is a schematic view of a vehicle information auditing apparatus according to an embodiment of the present application. As shown in fig. 7, the apparatus includes:
the acquisition module 310 is configured to generate an audit task according to the acquired vehicle information, and push the audit task to an audit task pool.
The allocating module 320 is configured to extract the audit task from the audit task pool, and allocate the audit task to at least one subtask pool according to the vehicle information, where each subtask pool is associated with at least one user.
And the pushing module 330 is configured to push the audit task in the subtask pool to the associated user according to the load state of the user.
According to the technical scheme, the embodiment of the application provides a vehicle information auditing device. The device is used for generating an audit task according to the collected vehicle information and pushing the audit task to an audit task pool; extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user; and pushing the auditing tasks in the subtask pool to the associated users according to the load states of the users. Therefore, the method provided by the embodiment of the application can ensure that the load state of each user in executing the vehicle audit task is relatively balanced, the condition of unbalanced audit task distribution can not occur, and each user can be ensured to distribute a reasonable number of audit tasks matched with the audit capability of each user, so that the vehicle audit efficiency is improved. In addition, due to the fact that the mode that the auditing tasks are actively distributed to the users is adopted, the situation that the database is overloaded and even crashed due to the fact that the users send data operation requests to the database is avoided, other tasks related to the database cannot be affected, and therefore the other tasks are guaranteed to be normally carried out.
Fig. 8 is a schematic diagram of a vehicle information auditing device distribution module 320 according to an embodiment of the present application.
In an alternative embodiment, as shown in fig. 8, the subtask pool includes a first subtask pool and a second subtask pool, and the allocating module 320 may include:
the extracting unit 321 is configured to extract the audit task from the audit task pool at regular time with a preset extracting frequency.
The identifying unit 322 is configured to, for each audit task, obtain vehicle identification information from the corresponding vehicle information, and audit whether the train information and the vehicle type information in the vehicle information are accurate according to the vehicle identification information.
The allocating unit 323 is used for allocating the audit task to the first subtask pool if the vehicle series information and the vehicle type information are accurate, and allocating the audit task to the second subtask pool if the vehicle series information and the vehicle type information are inaccurate.
Therefore, the vehicle information auditing device provided by the embodiment of the application can determine the professional degree of the corresponding auditing task according to the accuracy of the vehicle information and the vehicle type information in the vehicle information, and divides the auditing task into the common task and the professional task according to the professional degree of the auditing task, so that the common task and the professional task can be further allocated to users with matched auditing capacity in a targeted manner, the auditing capacity of each user can be exerted to the maximum extent under the condition of limited number of users, the maximization of the utilization rate of auditing resources is realized, the auditing efficiency is improved, and the auditing cost is saved. In addition, the embodiment of the application adopts a mode of actively distributing the audit tasks for the user, and the user is not allowed to independently select the audit tasks, so that the condition that some vehicle information is not audited in time due to the fact that some auditors specially select simple vehicle information for auditing in order to improve the audit workload of the auditors is prevented, the vehicle information can be timely audited and displayed by an automobile service platform in time, the benefits of owners and buyers of the vehicle are guaranteed, and the use experience of the user is improved.
Further, in an embodiment, the acquisition module is specifically configured to generate an audit task queue according to a time sequence of generating audit tasks, and push the audit tasks to the audit task pool according to the sequence of the audit task queue. Therefore, the auditing tasks in the auditing task pool are guaranteed to be arranged according to the time sequence and are distributed according to the time sequence.
Fig. 9 is a schematic diagram of a vehicle information auditing device pushing module 330 according to an embodiment of the present application.
As shown in fig. 9, in an alternative embodiment, the pushing module 330 may include:
the obtaining unit 331 is configured to obtain a load state of the associated user when the sub-task pool receives the audit task.
A selecting unit 332, configured to select a target user in an idle state according to the load state.
And the pushing unit 333 is used for pushing the audit task to the target user.
Therefore, the vehicle information auditing device provided by the embodiment of the application can distribute reasonable auditing tasks for users according to the loads of the users, so that the loads of the users are balanced, the optimal distribution and the maximum utilization of auditing resources are realized under the condition that the number of the users is limited, the auditing efficiency is improved, and the auditing cost is saved.
Fig. 10 is a schematic view of another vehicle information auditing device according to the embodiment of the present application. As shown in fig. 10, in an alternative embodiment, the apparatus further includes a redistribution module 340 based on the structure shown in fig. 7:
the reallocation module 340 is configured to obtain the number of the audit tasks of each subtask pool.
The reallocation module 340 is further configured to reallocate the audit tasks from other subtask pools if the number of the audit tasks in a certain subtask pool is lower than a preset threshold.
Therefore, the auditing tasks are guaranteed to be allocated in each task pool, and the waste of auditing resources is avoided.
Further, as shown in fig. 10, in an alternative embodiment, the apparatus further includes a statistical module 350 based on the structure shown in fig. 7, for establishing statistical data for each user, the statistical data including the number of audit tasks and the receiving frequency of the user from each subtask pool.
Therefore, by establishing the statistical data, the auditing efficiency of each user can be evaluated, the users can be optimized according to the evaluation result, and the auditing efficiency is improved.
Fig. 11 is a schematic diagram of another vehicle information auditing device pushing module 330 according to an embodiment of the present application.
As shown in fig. 11, in an alternative embodiment, the pushing module 330 further includes a confirmation unit 334, based on the structure shown in fig. 9, for receiving a reception confirmation message of the target user.
In addition, the pushing unit 333 is further configured to re-determine the target user according to the load status and push the audit task to the re-determined target user if the confirming unit 334 does not receive the reception confirmation message within the preset time.
Therefore, when the target user cannot receive the audit task due to network congestion and the like, the audit task can be distributed to other users in time, and the phenomenon of audit omission caused by failure in sending the audit task is avoided.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the application disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (13)

1. A vehicle information auditing method, characterized by comprising:
generating an audit task according to the acquired vehicle information, and pushing the audit task to an audit task pool;
extracting the audit task from the audit task pool, and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool corresponds to at least one associated user;
when the subtask pool receives the audit task, acquiring the load state of the associated user;
selecting a target user in an idle state from the associated users according to the load state;
pushing the audit task to a target user;
wherein the obtaining of the load state of the associated user includes: determining the auditing speed of the associated user according to the number of auditing tasks completed by the associated user within a period of time; calculating the task digestion time of the associated user according to the number of the tasks to be completed of the associated user and the auditing speed; and when the task digestion time of the associated user is less than the average task consumption time, determining that the associated user is in an idle state, wherein the average task consumption time is the average value of the task digestion times of the same class of users of the associated user, and the same class of users have the same vehicle information auditing capability.
2. The method of claim 1, wherein the subtask pool comprises a first subtask pool and a second subtask pool, wherein extracting the audit task from the audit task pool and assigning the audit task to at least one subtask pool based on the vehicle information, each subtask pool associated with at least one user, comprises:
extracting the audit task from the audit task pool at regular time according to a preset extraction frequency;
for each audit task, acquiring vehicle identification information from corresponding vehicle information, and auditing whether vehicle series information and vehicle type information in the vehicle information are accurate according to the vehicle identification information;
if the vehicle series information is accurate and the vehicle type information is accurate, the audit task is distributed to a first subtask pool;
and if the vehicle series information is inaccurate and/or the vehicle type information is inaccurate, allocating the audit task to the second subtask pool.
3. The method of claim 1, wherein generating an audit task based on the collected vehicle information and pushing the audit task to an audit task pool comprises:
and generating an audit task queue according to the time sequence of the generation of the audit tasks, and pushing the audit tasks to an audit task pool according to the sequence of the audit task queue.
4. The method according to claim 1, wherein the subtask pool is associated with the user through a push system, the user has a user identifier, the push system allocates a push identifier to the user according to the user identifier, and pushes the audit task in the subtask pool to the associated user according to the push identifier.
5. The method of claim 1, further comprising:
acquiring the number of the auditing tasks of each subtask pool;
and when the number of the auditing tasks of a certain subtask pool is lower than a preset threshold value, acquiring the auditing tasks from other subtask pools.
6. The method of claim 1, further comprising:
and establishing statistical data for each user, wherein the statistical data comprises the number and receiving frequency of the auditing tasks received by the user from each subtask pool.
7. The method of claim 1, wherein the target user sends a reception confirmation message to the subtask pool after receiving the audit task, and after pushing the audit task to the target user, the method further comprises:
and if the subtask pool does not receive the receiving confirmation message of the target user within the preset time, re-determining the target user according to the load state, and pushing the auditing task to the re-determined target user.
8. A vehicle information auditing apparatus characterized by comprising:
the acquisition module is used for generating an audit task according to the acquired vehicle information and pushing the audit task to an audit task pool;
the distribution module is used for extracting the audit task from the audit task pool and distributing the audit task to at least one subtask pool according to the vehicle information, wherein each subtask pool is associated with at least one user;
the pushing module is used for acquiring the load state of the associated user when the subtask pool receives the audit task; selecting a target user in an idle state from the associated users according to the load state, and pushing an audit task to the target user;
wherein the obtaining of the load state of the associated user includes: determining the auditing speed of the associated user according to the number of auditing tasks completed by the associated user within a period of time; calculating the task digestion time of the associated user according to the number of the tasks to be completed of the associated user and the auditing speed; and when the task digestion time of the associated user is less than the average task consumption time, determining that the associated user is in an idle state, wherein the average task consumption time is the average value of the task digestion times of the same class of users of the associated user, and the same class of users have the same vehicle information auditing capability.
9. The apparatus of claim 8, wherein the subtask pool comprises a first subtask pool and a second subtask pool, and wherein the assignment module comprises:
the extraction unit is used for extracting the audit task from the audit task pool at regular time according to the preset extraction frequency;
the identification unit is used for acquiring vehicle identification information from the corresponding vehicle information for each audit task and auditing whether the train information and the vehicle type information in the vehicle information are accurate according to the vehicle identification information;
and the distribution unit is used for distributing the auditing task to the first subtask pool if the vehicle series information is accurate and the vehicle type information is accurate, and distributing the auditing task to the second subtask pool if the vehicle series information is inaccurate and/or the vehicle type information is inaccurate.
10. The apparatus of claim 8,
the acquisition module is specifically configured to generate an audit task queue according to a time sequence of generating audit tasks, and push the audit tasks to an audit task pool according to the sequence of the audit task queue.
11. The apparatus of claim 8, further comprising:
the reallocation module is used for acquiring the number of the audit tasks of each subtask pool;
the reallocation module is further used for reallocating the audit tasks from other subtask pools if the number of the audit tasks of a certain subtask pool is lower than a preset threshold value.
12. The apparatus of claim 8, further comprising:
and the statistical module is used for establishing statistical data for each user, wherein the statistical data comprises the number and the receiving frequency of the auditing tasks received by the user from each subtask pool.
13. The apparatus of claim 8, wherein the pushing module further comprises:
a confirmation unit, configured to receive a reception confirmation message of a target user;
and the pushing unit is also used for re-determining the target user according to the load state and pushing the auditing task to the re-determined target user if the confirming unit does not receive the receiving confirmation message within the preset time.
CN201811485275.3A 2018-12-06 2018-12-06 Vehicle information auditing method and device Active CN109614213B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811485275.3A CN109614213B (en) 2018-12-06 2018-12-06 Vehicle information auditing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811485275.3A CN109614213B (en) 2018-12-06 2018-12-06 Vehicle information auditing method and device

Publications (2)

Publication Number Publication Date
CN109614213A CN109614213A (en) 2019-04-12
CN109614213B true CN109614213B (en) 2021-05-28

Family

ID=66007233

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811485275.3A Active CN109614213B (en) 2018-12-06 2018-12-06 Vehicle information auditing method and device

Country Status (1)

Country Link
CN (1) CN109614213B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110264025B (en) * 2019-04-17 2023-07-18 创新先进技术有限公司 Project case pushing method and device, computing equipment and readable storage medium
CN110414865A (en) * 2019-08-06 2019-11-05 广州荔支网络技术有限公司 A kind of distribution method, device, computer equipment and the storage medium of audit task
CN111027875B (en) * 2019-12-17 2023-09-26 鲁东大学 Intelligent warehouse multi-robot task allocation method based on self-adaptive task pool
CN111625348A (en) * 2020-04-08 2020-09-04 北京奇艺世纪科技有限公司 Task allocation method, device, server and storage medium
CN111178791A (en) * 2020-04-13 2020-05-19 北京江融信科技有限公司 Dynamic balance task allocation method and system, electronic equipment and storage medium
CN112000543B (en) * 2020-07-29 2023-03-31 北京浪潮数据技术有限公司 Method, device and equipment for detecting time delay performance of storage system
CN112116208A (en) * 2020-08-25 2020-12-22 北京健康之家科技有限公司 Automatic case distribution system and method, storage medium and computing device
CN112307039A (en) * 2020-10-21 2021-02-02 北京精友世纪软件技术有限公司 Vehicle manufacturer information docking management system based on Internet of things
CN112308725A (en) * 2020-10-21 2021-02-02 北京精友世纪软件技术有限公司 Management platform and method for vehicle type auditing of whole vehicle
CN112330300A (en) * 2020-11-20 2021-02-05 北京精友世纪软件技术有限公司 Integrated information management platform system for finished automobile machining
CN114066335A (en) * 2022-01-18 2022-02-18 飞狐信息技术(天津)有限公司 Auditing task distribution method, device, equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107798458A (en) * 2017-07-25 2018-03-13 平安科技(深圳)有限公司 Assisted selection method, device, computer equipment and the storage medium of approver

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463482A (en) * 2014-12-16 2015-03-25 用友软件股份有限公司 Task allocation method and task allocation device
CN105809323A (en) * 2016-02-23 2016-07-27 平安科技(深圳)有限公司 Task allocation method and system
CN106022557A (en) * 2016-04-27 2016-10-12 深圳市永兴元科技有限公司 Check task distribution method and system
CN107784424A (en) * 2017-06-26 2018-03-09 平安科技(深圳)有限公司 Task management method, device, computer equipment and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107798458A (en) * 2017-07-25 2018-03-13 平安科技(深圳)有限公司 Assisted selection method, device, computer equipment and the storage medium of approver

Also Published As

Publication number Publication date
CN109614213A (en) 2019-04-12

Similar Documents

Publication Publication Date Title
CN109614213B (en) Vehicle information auditing method and device
CN101151593B (en) Autonomic computing: management agent utilizing action policy for operation
US7664859B2 (en) Resource assigning management apparatus and resource assigning method
CN102480512B (en) For the method and apparatus of expansion servers end disposal ability
US20050198636A1 (en) Dynamic optimization of batch processing
WO2011153155A2 (en) Method and system for arbitraging computing resources in a cloud computing environment
CN108616553B (en) Method and device for resource scheduling of cloud computing resource pool
CN110347602B (en) Method and device for executing multitasking script, electronic equipment and readable storage medium
CN110062374B (en) Method and device for distributing numbers and SIM cards
US10606650B2 (en) Methods and nodes for scheduling data processing
CN111176833A (en) Task allocation method and system for multiprocessing nodes
CN113450002A (en) Task allocation method and device, electronic equipment and storage medium
CN114721824A (en) Resource allocation method, medium and electronic device
CN110389817B (en) Scheduling method, device and computer readable medium of multi-cloud system
CN116820729A (en) Offline task scheduling method and device and electronic equipment
CN113672382B (en) Service resource allocation method and device, electronic equipment and storage medium
CN105930216A (en) Automatic scheduling method and system for electronic signature system and server
KR100788328B1 (en) Middle ware system using grid computing and method therof
KR101720292B1 (en) Method for allocating cloud service resources using expectation values for service provider's profit
US20140047454A1 (en) Load balancing in an sap system
CN112052967A (en) Method, apparatus, electronic device and storage medium for providing maintenance service
CN113159464A (en) Data processing method and device and server
EP4300892A1 (en) Resource scheduling method and apparatus, computer device, system, and storage medium
CN111459651A (en) Load balancing method, device, storage medium and scheduling system
CA2313273A1 (en) Device and method for allocating jobs in a network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231204

Address after: 230012 In the factory building of Anhui Guogou Energy Co., Ltd., 100 meters east of the intersection of Guanjing Road and Luban Road in Xinzhan District, Hefei City, Anhui Province

Patentee after: Hefei Youquan Information Technology Co.,Ltd.

Address before: 100102 room 323701, building 5, yard 1, Futong East Street, Chaoyang District, Beijing

Patentee before: YOUXINPAI (BEIJING) INFORMATION TECHNOLOGY Co.,Ltd.