CN105446807A - Batch processing method and apparatus - Google Patents

Batch processing method and apparatus Download PDF

Info

Publication number
CN105446807A
CN105446807A CN201510763519.XA CN201510763519A CN105446807A CN 105446807 A CN105446807 A CN 105446807A CN 201510763519 A CN201510763519 A CN 201510763519A CN 105446807 A CN105446807 A CN 105446807A
Authority
CN
China
Prior art keywords
batch processing
task
processing task
execution
ready
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.)
Granted
Application number
CN201510763519.XA
Other languages
Chinese (zh)
Other versions
CN105446807B (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201510763519.XA priority Critical patent/CN105446807B/en
Publication of CN105446807A publication Critical patent/CN105446807A/en
Application granted granted Critical
Publication of CN105446807B publication Critical patent/CN105446807B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Debugging And Monitoring (AREA)

Abstract

Embodiments of the present invention disclose a batch processing method and apparatus. The method comprises: a task sequence is configured in advance, thereby making a dependence relationship among tasks clear and operation easy and convenient; and moreover, the task inside is flexibly configured according to a dependence sequence executed before and after steps, and data dividing is performed by using a batch processing parameter, so that the purpose of configurable tasks and task sequence is achieved, the modification flexibility of the batch processing method is improved, the later maintenance is simplified, and the modification workload is reduced.

Description

Batch processing method and device
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a batch processing method and apparatus.
Background
With the increasing bulkiness of bank application systems, direct business differences between branches are also increasing, and the current batch processing method has poor reusability on differentiated batch processing, so that the batch processing method needs to be modified.
The inventor finds that the current batch processing method does not support task parameter configuration in the process of realizing the invention, so that the modification flexibility of the batch processing method is low, and the workload is large.
Disclosure of Invention
The invention aims to provide a batch processing method and a batch processing device, which are used for improving the modification flexibility of the batch processing method and reducing the modification workload.
In order to achieve the purpose, the invention provides the following technical scheme:
a batch processing method, comprising:
monitoring whether a batch processing task processing node is reached according to a pre-configured task sequence;
if the monitoring reaches a batch processing task processing node, triggering to generate a batch processing instruction, wherein the batch processing instruction carries batch processing parameters, and the batch processing parameters at least comprise: the name and the line number of the batch processing task;
inquiring a principal identifier corresponding to the batch processing task name and the division number from a pre-stored task registration table based on the batch processing parameters;
generating a task execution record table, wherein each record in the task execution record table records a principal identifier, a branch number, a batch processing task name, a batch processing task execution state and a batch processing task execution time;
polling the batch processing tasks in the task execution record table, and calling the batch processing tasks of which the execution states are ready or running again after polling;
when a batch processing task is called, searching the batch processing task in a preset configuration file according to the name of the batch processing task, wherein the batch processing task records the ID of each step of the batch processing task and the execution sequence among the steps;
and executing the searched batch processing task, and updating the execution state and the execution time of the batch processing task.
In the above method, preferably, the task sequence includes:
an inter-task dependency graph of user input received via a graphical interface.
In the above method, preferably, the invoking of the batch task whose execution status is ready or running again includes:
if the server executing the batch processing task is a server special for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if so, calling the batch processing task with the execution state of ready or running again; if not, forbidding to call the batch processing task with the execution state of ready or running again;
if the server is not specially used for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if not, calling up the batch processing task with the execution state of ready or running again; if the preset condition is met, judging whether the polled batch processing task transfer identifier with the ready or running-back execution state is valid, and if the polled batch processing task transfer identifier with the ready or running-back execution state is valid, calling up the batch processing task with the ready or running-back execution state; and if the execution state is invalid, forbidding to call the batch processing task with the ready or running state.
The above method, preferably, further comprises:
when a monitoring request is received, displaying a monitoring interface;
searching a batch processing task in the task execution record table based on a first group of search keywords input by a user on the monitoring interface; the first set of search keywords comprises: a division number, an accounting date, and a task execution state;
and displaying the searched batch processing tasks on the monitoring interface.
The above method, preferably, further comprises:
displaying an executed step list of the batch processing tasks selected by the user when an intervention instruction triggered by the monitoring interface is received;
if the batch processing task selected by the user is the executing batch processing task, stopping executing the batch processing task selected by the user when a stopping instruction triggered by the executed step list is received, and updating the execution state of the batch processing task to be a stopping state;
if the execution state of the batch processing task selected by the user is the execution failure or stop state, updating the state of the batch processing task selected by the user to be the rerun state when a restart instruction triggered by the executed step list is received;
and when a step setting instruction triggered by the executed step list is received, displaying a step setting interface, wherein the step setting interface is used for setting whether the step selected by the user is skipped to be executed or not by the user.
The above method, preferably, further comprises:
when receiving a transfer configuration instruction triggered by the monitoring interface, displaying a task transfer configuration interface;
searching a batch processing task in the task execution record table based on a second group of search keywords input by a user in the transfer configuration interface; the second set of search keywords comprises: server identification, accounting date and line number;
displaying the searched batch processing tasks on the transfer configuration interface;
and when a transfer instruction triggered by the transfer configuration interface is received, setting the transfer identifier of the batch processing task selected by the user to be valid.
A batch processing apparatus, the apparatus comprising:
the monitoring module is used for monitoring whether the batch processing task processing nodes are reached or not according to a pre-configured task sequence;
a triggering module, configured to trigger generation of a batch processing instruction if the monitoring module monitors that a batch processing task processing node is reached, where the batch processing instruction carries batch processing parameters, and the batch processing parameters at least include: the name and the line number of the batch processing task;
the inquiry module is used for inquiring the principal identifier corresponding to the batch processing task name and the division number from a pre-stored task registration table based on the batch processing parameters;
the system comprises a generating module, a processing module and a processing module, wherein the generating module is used for generating a task execution record table, and each record in the task execution record table records a principal identifier, a branch number, a batch processing task name, a batch processing task execution state and a batch processing task execution time;
the polling module is used for polling the batch processing tasks in the task execution record table and calling the batch processing tasks of which the execution states are ready or running again after polling;
the system comprises a searching module, a processing module and a processing module, wherein the searching module is used for searching a batch processing task in a preset configuration file according to the name of the batch processing task when the batch processing task is called, and the batch processing task records the ID of each step of the batch processing task and the execution sequence among the steps;
and the execution module is used for executing the searched batch processing task and updating the execution state of the batch processing task and the execution time of the batch processing task.
The above-mentioned apparatus, preferably, the polling module for invoking the batch processing task whose execution status is ready or running again is specifically configured to,
if the server executing the batch processing task is a server special for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if so, calling the batch processing task with the execution state of ready or running again; if not, forbidding to call the batch processing task with the execution state of ready or running again;
if the server is not specially used for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if not, calling up the batch processing task with the execution state of ready or running again; if the preset condition is met, judging whether the polled batch processing task transfer identifier with the ready or running-back execution state is valid, and if the polled batch processing task transfer identifier with the ready or running-back execution state is valid, calling up the batch processing task with the ready or running-back execution state; and if the execution state is invalid, forbidding to call the batch processing task with the ready or running state.
The above apparatus, preferably, further comprises:
the first display module is used for displaying a monitoring interface when receiving a monitoring request;
the first search module is used for searching batch processing tasks in the task execution record table based on a first group of search keywords input by a user on the monitoring interface; the first set of search keywords comprises: a division number, an accounting date, and a task execution state;
and the second display module is used for displaying the searched batch processing tasks on the monitoring interface.
The above apparatus, preferably, further comprises:
the third display module is used for displaying an executed step list of the batch processing tasks selected by the user when an intervention instruction triggered by the monitoring interface is received;
the first processing module is used for stopping executing the batch processing task selected by the user and updating the execution state of the batch processing task to a stop state when receiving a stop instruction triggered by the executed step list if the batch processing task selected by the user is the executing batch processing task;
the second processing module is used for updating the state of the batch processing task selected by the user into a rerun state when a restart instruction triggered by the executed step list is received if the execution state of the batch processing task selected by the user is an execution failure or stop state;
and the fourth display module is used for displaying a step setting interface when receiving a step setting instruction triggered by the executed step list, wherein the step setting interface is used for a user to set whether the step selected by the user is skipped to be executed or not.
The above apparatus, preferably, further comprises:
the fifth display module is used for displaying a task transfer configuration interface when receiving a transfer configuration instruction triggered by the monitoring interface;
the second search module is used for searching batch processing tasks in the task execution record table based on a second group of search keywords input by the user in the transfer configuration interface; the second set of search keywords comprises: server identification, accounting date and line number;
the sixth display module is used for displaying the searched batch processing tasks on the transfer configuration interface;
and the third processing module is used for setting the transfer identifier of the batch processing task selected by the user to be effective when receiving the transfer instruction triggered by the transfer configuration interface.
According to the scheme, the task sequence is configured in advance, so that the dependency relationship between the tasks is clear, the operation is simple and convenient, the interior of the tasks is flexibly configured according to the dependency sequence executed before and after the steps, and the data is divided through the batch processing parameters, so that the purpose of configuring the tasks and the task sequence is achieved, the modification flexibility of the batch processing method is improved, the later maintenance is simplified, and the modification workload is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of an implementation of a batch processing method provided by an embodiment of the present application;
FIG. 2 is an exemplary diagram of a monitoring interface provided in an embodiment of the present application;
FIG. 3 is an exemplary diagram of a list of executed steps provided by an embodiment of the present application;
FIG. 4 is an exemplary diagram of a step setup interface provided by embodiments of the present application;
FIG. 5 is an exemplary diagram of a transfer configuration interface provided by an embodiment of the present application;
FIG. 6 is a diagram illustrating an example of an exception information display interface provided by an embodiment of the present application;
FIG. 7 is a diagram illustrating an exemplary skip message query interface provided by an embodiment of the present application;
fig. 8 is a schematic structural diagram of a batch processing apparatus according to an embodiment of the present disclosure.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be practiced otherwise than as specifically illustrated.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without inventive effort based on the embodiments of the present invention, are within the scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of an implementation of a batch processing method according to an embodiment of the present application, which may include:
step S11: monitoring whether a batch processing task processing node is reached according to a pre-configured task sequence;
the task sequence embodies the dependency relationship among a plurality of tasks to be executed by a service, and can be configured by a user through a graphical interface. Through the graphical interface, the dependency relationship of the tasks can be clear at a glance, the operation is simple and convenient, and the later change is facilitated.
According to the task sequence and the execution condition of the tasks, whether the processing nodes of the batch processing tasks are reached can be determined. That is, the tasks to be performed by the service include batch processing tasks.
Alternatively, the task sequence may be an inter-task dependency graph entered by a user through a graphical interface. The dependency graph may be a tree-like dependency graph.
Step S12: if the monitoring reaches a batch processing task processing node, triggering to generate a batch processing instruction, wherein the batch processing instruction carries batch processing parameters, and the batch processing parameters at least comprise: the name and the line number of the batch processing task;
the branch number is used to distinguish different branches of a bank. A bank may have multiple branches that each need to perform batch processing tasks separately.
Step S13: inquiring a client identifier corresponding to the batch processing parameter from a pre-stored task registration table based on the batch processing parameter;
in the embodiment of the invention, a task registration table is stored in advance and used for recording the branches of a bank, the principals registered under each branch and the batch processing tasks to be processed by each branch.
The task registration table is registered with a plurality of records, and each record at least records the following information: a batch job name, a line number, and a principal identifier.
Step S14: generating a task execution record table, wherein each record in the task execution record table records a principal identifier, a branch number, a batch processing task name, a batch processing task execution state and a batch processing task execution time;
and after finding out the principal identifier corresponding to the batch processing task name and the division number, establishing a task execution record table for recording the execution state of the batch processing task.
A plurality of records are registered in the task execution record table, and each record corresponds to one batch processing task. At least the following information is recorded in each record: principal identification, a branch number, a batch processing task name, a batch processing task execution state and a batch processing task execution time.
The execution time of the batch processing task comprises the execution starting time of the batch processing task and the execution ending time of the batch processing task.
The execution state of the batch task may include, but is not limited to, the following: ready state. An in-execution state, a completion state, a stop state, an execution failure state, and a rerun state.
When the task record table is initially generated, the batch task execution state in each record in the table may be a ready state. When a batch processing task corresponding to a record is executed from a ready state, the execution state of the batch processing task in the record is updated to an executing state; when the batch processing task corresponding to the record is executed, updating the batch processing task execution state in the record to be a completion state; if the batch processing task corresponding to the record is abnormal in the processing process, updating the execution state of the batch processing task in the record into an execution failure state; if the batch processing task corresponding to the record is manually set to stop executing, updating the batch processing task executing state in the record to be a stop state; and if the record is executed again from the stop state or the execution failure state, updating the batch processing task execution state in the record to be rerun.
Step S15: polling the batch processing tasks in the task execution record table, and calling the batch processing tasks of which the execution states are ready or running again after polling;
in the embodiment of the present invention, the batch tasks in the task execution record table may be polled periodically, for example, once every 30 seconds, and the polling of the batch tasks in the task execution record table may include, but is not limited to, ready task polling and rerun task polling.
And when polling the record of which the batch processing task execution state is the ready state or the rerun state, calling the batch processing task corresponding to the record. The batch task may be executed after being invoked.
Optionally, in order to ensure the processing speed, the number of batch processing tasks that can be simultaneously invoked may be limited, for example, the number of batch processing tasks that can be simultaneously invoked is 30. The configuration can be performed by a user according to the actual operation condition. That is to say, the batch processing method provided by the embodiment of the present invention can process a plurality of batch processing tasks in parallel.
Specifically, the batch processing task in the ready state or the rerun state may be queried according to three conditions of the execution state (ready state or the rerun state), the current accounting date, and the task name.
When the batch processing tasks in the rerun state are polled, if the polled tasks are the first polling after the server is down and restarted, the execution state in the query condition can also comprise an execution state. When a batch task in an executing state is polled, the executing state of the batch task is updated to an executing failure state.
How to specifically invoke the task belongs to the common general knowledge in the field, and the steps are described in detail here.
Step S16: when a batch processing task is called, searching the batch processing task in a preset configuration file according to the name of the batch processing task, wherein the batch processing task records the ID of each step of the batch processing task and the execution sequence among the steps;
in the embodiment of the invention, the batch processing tasks are assembled by the steps of the batch processing tasks according to the execution sequence of the steps of the tasks and are recorded in the configuration file. Wherein each step has a unique ID for identification. An example of a batch task provided by an embodiment of the present invention is as follows:
wherein, mySimpleJob is the name of the batch processing task. The batch processing task comprises two steps which are respectively marked by 'TestTask 001' and 'TestTask 002', in the example, firstly the step 'TestTask 001', then the step 'TestTask 002', the step 'TestTask 001' corresponding to 'hello', and the step 'TestTask 002' corresponding to the execution result 'world'.
If the batch processing task is not found in the matching file, returning abnormal information, and updating the state of the batch processing task into an execution failure state. And meanwhile, abnormal information causing failure can be recorded.
Step S17: and executing the searched batch processing task, and updating the execution state and the execution time of the batch processing task.
After the batch processing task is started to be executed, updating the execution state of the batch processing task to be an executing state, and after all steps of the batch processing task are executed, updating the execution state of the batch processing task to be a finished state; and if the exception occurs in the process of executing the batch processing task, updating the execution state of the batch processing task to be an execution failure state.
The batch processing method provided by the embodiment of the invention has the advantages that the task sequence is configured in advance, so that the dependency relationship between the tasks is clear, the operation is simple and convenient, the tasks are flexibly configured according to the dependency sequence executed before and after the steps, the data division is carried out through the batch processing parameters, the tasks with two different granularities, namely the branch level and the client level, are realized, and the purpose of configuring the tasks and the task sequence is achieved, so that the modification flexibility of the batch processing method is improved, the later maintenance is simplified, and the modification workload is reduced.
In the embodiment of the invention, when the number statistics can be carried out on the batch processing tasks in the completion state and the failure state after polling, when the sum of the number of the batch processing tasks in the completion state and the failure state is equal to the number of records in the task execution record table, the batch processing tasks are determined to be completed, otherwise, the batch processing tasks are determined to be not completed.
Optionally, there are multiple servers that execute batch processing tasks, and if the data size of some rows is large, one or more servers in the multiple servers may be specified to be dedicated to execute the batch processing tasks of the rows with the large data size.
Based on this, one implementation manner of invoking the batch processing task with the polled batch processing task execution state being ready or running again may be:
if the server executing the batch processing task is a server special for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if so, calling the batch processing task with the execution state of ready or running again; if not, forbidding to call the batch processing task with the execution state of ready or running again;
the batch processing task meeting the preset condition may be a batch processing task with a line number of a preset line number.
When the server executing the batch processing task is a server dedicated to executing the batch processing task meeting the preset condition, if the polled batch processing task is a batch processing task which does not meet the preset condition, the polled batch processing task is not called up at the server. And only when the polled batch processing task is the batch processing task meeting the preset condition, the polled batch processing task is invoked at the server.
If the server dedicated to executing the batch processing task meeting the preset condition is down, the batch processing task of the server can be transferred to other servers which are not dedicated to executing the batch processing task meeting the preset condition. The batch processing tasks meeting the preset conditions can be dispersedly transferred to different servers which are not dedicated to executing the batch processing tasks meeting the preset conditions, so that the resources of the servers are balanced.
For identification convenience, a transfer identifier may be added to the task execution record table, and if the batch processing task meeting the preset condition is executed in a server dedicated to executing the batch processing task meeting the preset condition, the transfer identifier of the batch processing task is marked as invalid. If the batch processing task meeting the preset condition is transferred to a server which is not exclusively used for executing the batch processing task meeting the preset condition, the transfer identification mark of the batch processing task meeting the preset condition is marked as valid.
If the server is not specially used for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if not, calling up the batch processing task with the execution state of ready or running again; if the preset condition is met, judging whether the polled batch processing task transfer identifier with the ready or running-back execution state is valid, and if the polled batch processing task transfer identifier with the ready or running-back execution state is valid, calling up the batch processing task with the ready or running-back execution state; and if the execution state is invalid, forbidding to call the batch processing task with the ready or running state.
If the batch processing task meeting the preset condition is polled in the server which is not specially used for executing the batch processing task meeting the preset condition, if the transfer identifier of the batch processing task is invalid, the batch processing task is not called, and the batch processing task is called only when the transfer identifier of the batch processing task is valid.
And if the batch processing task which does not meet the preset condition is polled in the server which is not specially used for executing the batch processing task which meets the preset condition, directly calling the batch processing task.
Optionally, the batch processing method provided in the embodiment of the present invention may further include:
when a monitoring request is received, displaying a monitoring interface;
the batch processing method provided by the embodiment of the invention provides a monitoring interface, and is convenient for inquiring and intervening the batch processing task.
Searching a batch processing task in the task execution record table based on a first group of search keywords input by a user on the monitoring interface; the first set of search keywords comprises: a division number, an accounting date, and a task execution state;
at the monitoring interface, a "query" button may be provided, and a search keyword entry box may be provided, wherein the keyword entry box may include: the system comprises a line number input box, an accounting date input box and a task execution state selection box, wherein after a user inputs a search keyword in a search keyword input box, the user can trigger a processing process of searching a batch processing task in a task execution record table based on a group of search keywords input by the user by operating a query key.
Fig. 2 is a diagram illustrating an example of a monitoring interface according to an embodiment of the present invention. In fig. 2, the "principal number" is a principal identifier.
And displaying the searched batch processing tasks on the monitoring interface.
And after the batch processing task is searched, displaying on a monitoring interface.
Optionally, the batch processing method provided in the embodiment of the present invention may further include:
displaying an executed step list of the batch processing tasks selected by the user when an intervention instruction triggered by the monitoring interface is received;
in the embodiment of the invention, the monitoring interface can also comprise an 'intervention' key, after the batch processing tasks are displayed on the monitoring interface, a user can select one of the batch processing tasks, and then the user can trigger the processing process of the executed step list of the batch processing task selected by the user by operating the intervention key.
If the execution state of the batch processing task selected by the user is a failure state or a stop state, the displayed list of executed steps only comprises the executed steps and the steps executed when the failure occurs or the steps executed when the batch processing task is stopped.
Fig. 3 is a diagram illustrating an example of a list of executed steps according to an embodiment of the present invention.
If the batch processing task selected by the user is the executing batch processing task, stopping executing the batch processing task selected by the user when a stopping instruction triggered by the executed step list is received, and updating the execution state of the batch processing task to be a stopping state;
the interface of the executed step list can also comprise a 'stop task' key, and a user can trigger the processing procedure of stopping executing the batch processing task selected by the user and updating the execution state of the batch processing task to the stop state by operating the stop task key.
If the execution state of the batch processing task selected by the user is the execution failure or stop state, updating the state of the batch processing task selected by the user to be the rerun state when a restart instruction triggered by the executed step list is received;
the interface of the executed step list can also comprise a 'restart task' key, and if the execution state of the batch processing task selected by the user is identified or stopped, the user can trigger the processing process of updating the state of the batch processing task selected by the user into a rerun by operating the restart task key.
After updating the status of the batch task selected by the user to rerun, polling is awaited and when the batch task is polled, the batch task may be invoked for re-execution. After the batch processing task is successfully executed, the execution results of the batch processing task from the step of which the execution is failed or stopped to the last step can be inquired.
And when a step setting instruction triggered by the executed step list is received, displaying a step setting interface, wherein the step setting interface is used for setting whether the step selected by the user is skipped to be executed or not by the user.
The interface of the executed step list may further include a "skip setting" key, and after the user operates the skip setting key, the step setting interface may be displayed, and in the step setting interface, the user may set whether a certain step is skipped to be executed. In fig. 3, the "skip setting for new adding step" button is the "skip setting" button.
Fig. 4 is a diagram illustrating an exemplary step setting interface provided in an embodiment of the present invention.
Optionally, the batch processing method provided in the embodiment of the present invention may further include:
when receiving a transfer configuration instruction triggered by the monitoring interface, displaying a task transfer configuration interface;
in the embodiment of the invention, the monitoring interface can also comprise a 'transfer' key, and a user can trigger the processing process of displaying the task transfer configuration interface by operating the transfer key.
Searching a batch processing task in the task execution record table based on a second group of search keywords input by a user in the transfer configuration interface; the second set of search keywords comprises: server identification, accounting date and line number;
the transfer configuration interface at least comprises the following search keyword input boxes: the server identifies an input box, an accounting date input box and a line number input box.
After the user inputs the search keywords, the user can trigger a processing process of searching for batch processing tasks in the task execution record table based on a second group of search keywords input by the user in the transfer configuration interface by operating the transfer key.
When a server dedicated to executing a batch task satisfying a preset condition goes down, the batch task processed by the server needs to be transferred to another server that is not dedicated to executing the batch task satisfying the preset condition, and the identifier of the server dedicated to executing the batch task satisfying the preset condition may be input in the server identifier input box.
Displaying the searched batch processing tasks on the transfer configuration interface;
and displaying the searched batch processing tasks on a transfer configuration interface so as to be convenient for a user to select.
Fig. 5 is a diagram illustrating an example of a transfer configuration interface according to an embodiment of the present invention.
And when a transfer instruction triggered by the transfer configuration interface is received, setting the transfer identifier of the batch processing task selected by the user to be valid.
The transfer configuration interface also comprises a 'transfer' key, after the searched batch processing tasks are displayed, a user can select the batch processing tasks which the user wants to transfer, and then the user can set the transfer identification of the batch processing tasks selected by the user as an effective processing process by operating the transfer key on the transfer configuration interface, so that other servers which are not specially used for executing the batch processing tasks meeting the preset conditions can execute the transferred batch processing tasks.
Optionally, the monitoring interface may include an "query exception information" button and/or an "query skip information" button, and after the user selects a batch processing task that fails to be executed, the user may trigger a processing procedure for querying and displaying the reason for the batch processing task failure selected by the user by operating the query exception information button.
Fig. 6 is a diagram illustrating an example of an abnormal information display interface according to an embodiment of the present invention.
The user can trigger and display the batch processing task of the skipping step, the client identifier and other information by operating the query skipping information key.
Fig. 7 is a diagram illustrating an example of a skip information query interface according to an embodiment of the present invention.
Corresponding to the method embodiment, the embodiment of the invention also provides a batch processing device, and the batch processing device can be a batch processing assembly. As shown in fig. 8, an embodiment of the present invention may include:
a monitoring module 81, a triggering module 82, a query module 83, a generating module 84, a polling module 85, a searching module 86 and an executing module 87; wherein,
the monitoring module 81 is used for monitoring whether the batch processing task processing nodes are reached according to a pre-configured task sequence;
alternatively, the task sequence may be an inter-task dependency graph entered by a user through a graphical interface. The dependency graph may be a tree-like dependency graph.
The triggering module 82 is configured to trigger generation of a batch processing instruction if the monitoring module 81 monitors that a batch processing task processing node is reached, where the batch processing instruction carries batch processing parameters, and the batch processing parameters at least include: the name and the line number of the batch processing task;
the query module 83 is configured to query, based on the batch processing parameter, a principal identifier corresponding to the batch processing parameter from a pre-stored task registration table;
the generating module 84 is configured to generate a task execution record table, where each record in the task execution record table records a principal identifier, a branch number, a batch processing task name, a batch processing task execution state, and a batch processing task execution time;
the polling module 85 is used for polling the batch processing tasks in the task execution record table and calling the batch processing tasks of which the polled execution states are ready or running again;
the searching module 86 is configured to search the batch processing task in a preset configuration file according to the name of the batch processing task when the batch processing task is called, where the batch processing task records IDs of steps of the batch processing task and an execution sequence between the steps;
the execution module 87 is configured to execute the found batch processing task and update the execution state and the execution time of the batch processing task.
The batch processing device provided by the embodiment of the invention is used for pre-configuring the task sequence, so that the dependency relationship between the tasks is clear, the operation is simple and convenient, the interior of the tasks is flexibly configured according to the dependency sequence executed before and after the steps, and the data division is carried out through the batch processing parameters, so that the tasks with two different granularities, namely the branch level and the client level, are realized, and the purpose of configuring the tasks and the task sequence is achieved, thereby improving the modification flexibility of the batch processing method, simplifying the later maintenance and reducing the modification workload.
Optionally, the polling module for invoking the batch processing task whose execution status is ready or running again may be specifically configured to,
if the server executing the batch processing task is a server special for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if so, calling the batch processing task with the execution state of ready or running again; if not, forbidding to call the batch processing task with the execution state of ready or running again;
if the server is not specially used for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if not, calling up the batch processing task with the execution state of ready or running again; if the preset condition is met, judging whether the polled batch processing task transfer identifier with the ready or running-back execution state is valid, and if the polled batch processing task transfer identifier with the ready or running-back execution state is valid, calling up the batch processing task with the ready or running-back execution state; and if the execution state is invalid, forbidding to call the batch processing task with the ready or running state.
Optionally, the batch processing apparatus provided in the embodiment of the present invention may further include:
the first display module is used for displaying a monitoring interface when receiving a monitoring request;
the first search module is used for searching batch processing tasks in the task execution record table based on a first group of search keywords input by a user on the monitoring interface; the first set of search keywords comprises: a division number, an accounting date, and a task execution state;
and the second display module is used for displaying the searched batch processing tasks on the monitoring interface.
Optionally, the batch processing apparatus provided in the embodiment of the present invention may further include:
the third display module is used for displaying an executed step list of the batch processing tasks selected by the user when an intervention instruction triggered by the monitoring interface is received;
the first processing module is used for stopping executing the batch processing task selected by the user and updating the execution state of the batch processing task to a stop state when receiving a stop instruction triggered by the executed step list if the batch processing task selected by the user is the executing batch processing task;
the second processing module is used for updating the state of the batch processing task selected by the user into a rerun state when a restart instruction triggered by the executed step list is received if the execution state of the batch processing task selected by the user is an execution failure or stop state;
and the fourth display module is used for displaying a step setting interface when receiving a step setting instruction triggered by the executed step list, wherein the step setting interface is used for a user to set whether the step selected by the user is skipped to be executed or not.
Optionally, the batch processing apparatus provided in the embodiment of the present invention may further include:
the fifth display module is used for displaying a task transfer configuration interface when receiving a transfer configuration instruction triggered by the monitoring interface;
the second search module is used for searching batch processing tasks in the task execution record table based on a second group of search keywords input by the user in the transfer configuration interface; the second set of search keywords comprises: server identification, accounting date and line number;
the sixth display module is used for displaying the searched batch processing tasks on the transfer configuration interface;
and the third processing module is used for setting the transfer identifier of the batch processing task selected by the user to be effective when receiving the transfer instruction triggered by the transfer configuration interface.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems (if any), apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system (if present), apparatus, and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (11)

1. A batch processing method, comprising:
monitoring whether a batch processing task processing node is reached according to a pre-configured task sequence;
if the monitoring reaches a batch processing task processing node, triggering to generate a batch processing instruction, wherein the batch processing instruction carries batch processing parameters, and the batch processing parameters at least comprise: the name and the line number of the batch processing task;
inquiring a client identifier corresponding to the batch processing parameter from a pre-stored task registration table based on the batch processing parameter;
generating a task execution record table, wherein each record in the task execution record table records a principal identifier, a branch number, a batch processing task name, a batch processing task execution state and a batch processing task execution time;
polling the batch processing tasks in the task execution record table, and calling the batch processing tasks of which the execution states are ready or running again after polling;
when a batch processing task is called, searching the batch processing task in a preset configuration file according to the name of the batch processing task, wherein the batch processing task records the ID of each step of the batch processing task and the execution sequence among the steps;
and executing the searched batch processing task, and updating the execution state and the execution time of the batch processing task.
2. The method of claim 1, wherein the sequence of tasks comprises:
an inter-task dependency graph of user input received via a graphical interface.
3. The method of claim 1, wherein invoking the polled batch task with the batch task execution status of ready or rerun comprises:
if the server executing the batch processing task is a server special for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if so, calling the batch processing task with the execution state of ready or running again; if not, forbidding to call the batch processing task with the execution state of ready or running again;
if the server is not specially used for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if not, calling up the batch processing task with the execution state of ready or running again; if the preset condition is met, judging whether the polled batch processing task transfer identifier with the ready or running-back execution state is valid, and if the polled batch processing task transfer identifier with the ready or running-back execution state is valid, calling up the batch processing task with the ready or running-back execution state; and if the execution state is invalid, forbidding to call the batch processing task with the ready or running state.
4. The method of claim 1, further comprising:
when a monitoring request is received, displaying a monitoring interface;
searching a batch processing task in the task execution record table based on a first group of search keywords input by a user on the monitoring interface; the first set of search keywords comprises: a division number, an accounting date, and a task execution state;
and displaying the searched batch processing tasks on the monitoring interface.
5. The method of claim 4, further comprising:
displaying an executed step list of the batch processing tasks selected by the user when an intervention instruction triggered by the monitoring interface is received;
if the batch processing task selected by the user is the executing batch processing task, stopping executing the batch processing task selected by the user when a stopping instruction triggered by the executed step list is received, and updating the execution state of the batch processing task to be a stopping state;
if the execution state of the batch processing task selected by the user is the execution failure or stop state, updating the state of the batch processing task selected by the user to be the rerun state when a restart instruction triggered by the executed step list is received;
and when a step setting instruction triggered by the executed step list is received, displaying a step setting interface, wherein the step setting interface is used for setting whether the step selected by the user is skipped to be executed or not by the user.
6. The method of claim 4, further comprising:
when receiving a transfer configuration instruction triggered by the monitoring interface, displaying a task transfer configuration interface;
searching a batch processing task in the task execution record table based on a second group of search keywords input by a user in the transfer configuration interface; the second set of search keywords comprises: server identification, accounting date and line number;
displaying the searched batch processing tasks on the transfer configuration interface;
and when a transfer instruction triggered by the transfer configuration interface is received, setting the transfer identifier of the batch processing task selected by the user to be valid.
7. A batch processing apparatus, the apparatus comprising:
the monitoring module is used for monitoring whether the batch processing task processing nodes are reached or not according to a pre-configured task sequence;
a triggering module, configured to trigger generation of a batch processing instruction if the monitoring module monitors that a batch processing task processing node is reached, where the batch processing instruction carries batch processing parameters, and the batch processing parameters at least include: the name and the line number of the batch processing task;
the inquiry module is used for inquiring the principal identifier corresponding to the batch processing parameter from a pre-stored task registration table based on the batch processing parameter;
the system comprises a generating module, a processing module and a processing module, wherein the generating module is used for generating a task execution record table, and each record in the task execution record table records a principal identifier, a branch number, a batch processing task name, a batch processing task execution state and a batch processing task execution time;
the polling module is used for polling the batch processing tasks in the task execution record table and calling the batch processing tasks of which the execution states are ready or running again after polling;
the system comprises a searching module, a processing module and a processing module, wherein the searching module is used for searching a batch processing task in a preset configuration file according to the name of the batch processing task when the batch processing task is called, and the batch processing task records the ID of each step of the batch processing task and the execution sequence among the steps;
and the execution module is used for executing the searched batch processing task and updating the execution state of the batch processing task and the execution time of the batch processing task.
8. The apparatus according to claim 7, wherein the polling module for invoking a batch task whose execution status is ready or rerun is specifically configured to,
if the server executing the batch processing task is a server special for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if so, calling the batch processing task with the execution state of ready or running again; if not, forbidding to call the batch processing task with the execution state of ready or running again;
if the server is not specially used for executing the batch processing task meeting the preset condition, judging whether the batch processing task with the polled execution state of ready or running again meets the preset condition, and if not, calling up the batch processing task with the execution state of ready or running again; if the preset condition is met, judging whether the polled batch processing task transfer identifier with the ready or running-back execution state is valid, and if the polled batch processing task transfer identifier with the ready or running-back execution state is valid, calling up the batch processing task with the ready or running-back execution state; and if the execution state is invalid, forbidding to call the batch processing task with the ready or running state.
9. The apparatus of claim 7, further comprising:
the first display module is used for displaying a monitoring interface when receiving a monitoring request;
the first search module is used for searching batch processing tasks in the task execution record table based on a first group of search keywords input by a user on the monitoring interface; the first set of search keywords comprises: a division number, an accounting date, and a task execution state;
and the second display module is used for displaying the searched batch processing tasks on the monitoring interface.
10. The apparatus of claim 9, further comprising:
the third display module is used for displaying an executed step list of the batch processing tasks selected by the user when an intervention instruction triggered by the monitoring interface is received;
the first processing module is used for stopping executing the batch processing task selected by the user and updating the execution state of the batch processing task to a stop state when receiving a stop instruction triggered by the executed step list if the batch processing task selected by the user is the executing batch processing task;
the second processing module is used for updating the state of the batch processing task selected by the user into a rerun state when a restart instruction triggered by the executed step list is received if the execution state of the batch processing task selected by the user is an execution failure or stop state;
and the fourth display module is used for displaying a step setting interface when receiving a step setting instruction triggered by the executed step list, wherein the step setting interface is used for a user to set whether the step selected by the user is skipped to be executed or not.
11. The apparatus of claim 9, further comprising:
the fifth display module is used for displaying a task transfer configuration interface when receiving a transfer configuration instruction triggered by the monitoring interface;
the second search module is used for searching batch processing tasks in the task execution record table based on a second group of search keywords input by the user in the transfer configuration interface; the second set of search keywords comprises: server identification, accounting date and line number;
the sixth display module is used for displaying the searched batch processing tasks on the transfer configuration interface;
and the third processing module is used for setting the transfer identifier of the batch processing task selected by the user to be effective when receiving the transfer instruction triggered by the transfer configuration interface.
CN201510763519.XA 2015-11-10 2015-11-10 batch processing method and device Active CN105446807B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510763519.XA CN105446807B (en) 2015-11-10 2015-11-10 batch processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510763519.XA CN105446807B (en) 2015-11-10 2015-11-10 batch processing method and device

Publications (2)

Publication Number Publication Date
CN105446807A true CN105446807A (en) 2016-03-30
CN105446807B CN105446807B (en) 2018-10-19

Family

ID=55557043

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510763519.XA Active CN105446807B (en) 2015-11-10 2015-11-10 batch processing method and device

Country Status (1)

Country Link
CN (1) CN105446807B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484866A (en) * 2016-10-10 2017-03-08 中国银行股份有限公司 A kind of batch data processing method and processing device
CN106775985A (en) * 2016-12-26 2017-05-31 中国建设银行股份有限公司 A kind of batch processing task dispatching method and device
CN107229466A (en) * 2017-05-04 2017-10-03 中国建设银行股份有限公司 Method, system and the storage medium of business development are carried out for enterprise branch office
CN107247621A (en) * 2017-04-19 2017-10-13 中国建设银行股份有限公司 The dispatching method and device of batch processing task
CN108734572A (en) * 2018-05-29 2018-11-02 中国建设银行股份有限公司 Rush repaying processing method and relevant apparatus
CN109165090A (en) * 2018-09-27 2019-01-08 苏宁消费金融有限公司 Batch processing method and system based on statement
CN109491777A (en) * 2018-11-12 2019-03-19 北京字节跳动网络技术有限公司 Task executing method, device, equipment and storage medium
CN109542920A (en) * 2018-11-23 2019-03-29 泰康保险集团股份有限公司 A kind of data transmission method, device, medium and electronic equipment
CN110471753A (en) * 2019-08-15 2019-11-19 中国银行股份有限公司 The control method and device of lot size scheduling system
CN111027196A (en) * 2019-12-03 2020-04-17 南方电网科学研究院有限责任公司 Simulation analysis task processing method and device for power equipment and storage medium
CN111210340A (en) * 2020-01-03 2020-05-29 中国建设银行股份有限公司 Automatic task processing method and device, server and storage medium
CN113448711A (en) * 2021-07-12 2021-09-28 中国银行股份有限公司 Batch service shutdown method and device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004086239A (en) * 2002-08-22 2004-03-18 Mitsubishi Electric Corp Transmission data format conversion device and data format conversion/transmission system
KR20050079916A (en) * 2005-05-10 2005-08-11 주식회사 인젠트 System for processing new account in monetary facilities and the method thereby
CN101017546A (en) * 2007-03-12 2007-08-15 中国建设银行股份有限公司 Method and device for categorical data batch processing
EP1811440A4 (en) * 2004-08-31 2010-01-20 China Unionpay A new type bankcard transaction exchange system
US20100076895A1 (en) * 2008-09-24 2010-03-25 Bank Of America Apparatus and methods for customer interaction management
JP2014102677A (en) * 2012-11-20 2014-06-05 Oki Electric Ind Co Ltd Information processing server, information processing method, and program
CN104199869A (en) * 2014-08-18 2014-12-10 中国建设银行股份有限公司 Service batch processing method, service server and system
CN104317960A (en) * 2014-11-14 2015-01-28 中国建设银行股份有限公司 Method and device for processing batch job
CN104407922A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Asynchronous batch-processing dispatching method and system
CN104407847A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Batch processing method and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004086239A (en) * 2002-08-22 2004-03-18 Mitsubishi Electric Corp Transmission data format conversion device and data format conversion/transmission system
EP1811440A4 (en) * 2004-08-31 2010-01-20 China Unionpay A new type bankcard transaction exchange system
KR20050079916A (en) * 2005-05-10 2005-08-11 주식회사 인젠트 System for processing new account in monetary facilities and the method thereby
CN101017546A (en) * 2007-03-12 2007-08-15 中国建设银行股份有限公司 Method and device for categorical data batch processing
US20100076895A1 (en) * 2008-09-24 2010-03-25 Bank Of America Apparatus and methods for customer interaction management
JP2014102677A (en) * 2012-11-20 2014-06-05 Oki Electric Ind Co Ltd Information processing server, information processing method, and program
CN104199869A (en) * 2014-08-18 2014-12-10 中国建设银行股份有限公司 Service batch processing method, service server and system
CN104407922A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Asynchronous batch-processing dispatching method and system
CN104407847A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Batch processing method and device
CN104317960A (en) * 2014-11-14 2015-01-28 中国建设银行股份有限公司 Method and device for processing batch job

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484866B (en) * 2016-10-10 2019-09-03 中国银行股份有限公司 A kind of batch data processing method and processing device
CN106484866A (en) * 2016-10-10 2017-03-08 中国银行股份有限公司 A kind of batch data processing method and processing device
CN106775985A (en) * 2016-12-26 2017-05-31 中国建设银行股份有限公司 A kind of batch processing task dispatching method and device
CN107247621B (en) * 2017-04-19 2021-05-25 中国建设银行股份有限公司 Scheduling method and device for batch processing tasks
CN107247621A (en) * 2017-04-19 2017-10-13 中国建设银行股份有限公司 The dispatching method and device of batch processing task
CN107229466A (en) * 2017-05-04 2017-10-03 中国建设银行股份有限公司 Method, system and the storage medium of business development are carried out for enterprise branch office
CN108734572A (en) * 2018-05-29 2018-11-02 中国建设银行股份有限公司 Rush repaying processing method and relevant apparatus
CN109165090A (en) * 2018-09-27 2019-01-08 苏宁消费金融有限公司 Batch processing method and system based on statement
CN109491777A (en) * 2018-11-12 2019-03-19 北京字节跳动网络技术有限公司 Task executing method, device, equipment and storage medium
CN109542920A (en) * 2018-11-23 2019-03-29 泰康保险集团股份有限公司 A kind of data transmission method, device, medium and electronic equipment
CN109542920B (en) * 2018-11-23 2021-11-19 泰康保险集团股份有限公司 Data transmission method, device, medium and electronic equipment
CN110471753A (en) * 2019-08-15 2019-11-19 中国银行股份有限公司 The control method and device of lot size scheduling system
CN111027196A (en) * 2019-12-03 2020-04-17 南方电网科学研究院有限责任公司 Simulation analysis task processing method and device for power equipment and storage medium
CN111027196B (en) * 2019-12-03 2023-04-28 南方电网科学研究院有限责任公司 Simulation analysis task processing method and device for power equipment and storage medium
CN111210340A (en) * 2020-01-03 2020-05-29 中国建设银行股份有限公司 Automatic task processing method and device, server and storage medium
CN111210340B (en) * 2020-01-03 2023-08-18 中国建设银行股份有限公司 Automatic task processing method, device, server and storage medium
CN113448711A (en) * 2021-07-12 2021-09-28 中国银行股份有限公司 Batch service shutdown method and device

Also Published As

Publication number Publication date
CN105446807B (en) 2018-10-19

Similar Documents

Publication Publication Date Title
CN105446807B (en) batch processing method and device
TWI740901B (en) Method and device for performing data recovery operation
US20200125534A1 (en) Configuration file management in a search head cluster
CN103034735A (en) Big data distributed file export method
CN106250487B (en) Database concurrency control method and device
CN107656705B (en) Computer storage medium and data migration method, device and system
WO2017101382A1 (en) Method for connecting terminal to server, terminal and domain name server
CN109471896A (en) Data source information dynamic altering method and device
CN106060189B (en) A kind of distribution domain name registration system
CN112463549A (en) Auditing method, device and equipment of cloud platform and computer readable storage medium
CN111784318A (en) Data processing method and device, electronic equipment and storage medium
JP5518950B2 (en) Virtual machine management system and management method
CN106874343B (en) Data deletion method and system for time sequence database
CN107463390B (en) Software upgrading method and upgrading server
CN107645565A (en) Processing method, device, system and the processor of server state information
CN110661851A (en) Data exchange method and device
WO2017161820A1 (en) Server grouping management method, device, and electronic apparatus
CN116701063B (en) Persistence method, device and system for internal memory state data for data language of digital networking
CN106815318B (en) Clustering method and system for time sequence database
CN113806176B (en) Data object identification method and device based on configuration management
CN111125223B (en) Database connection pool updating method and device
CN110661886B (en) Component mounting method and device
CN106649352B (en) Data processing method and device
CN114710350A (en) Allocation method and device for callable resources
CN116263717A (en) Order service processing method and device based on event

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant